add ignore for vqas; disable the vqaplayer in the mainmenu for now

This commit is contained in:
Chris Forbes
2010-08-11 21:43:59 +12:00
parent 514c92a998
commit 46fc0ef563
3 changed files with 13 additions and 12 deletions

1
.gitignore vendored
View File

@@ -25,6 +25,7 @@ log.txt
*.exe
OpenRA
OpenRA.app
*.vqa
# backup files by various editors
*~

View File

@@ -1,11 +1,11 @@
Container@ROOT:
Children:
VqaPlayer:
X:WINDOW_RIGHT - 400
Y:WINDOW_BOTTOM - 200
Width:200
Height:200
Video:obel.vqa
# VqaPlayer:
# X:WINDOW_RIGHT - 400
# Y:WINDOW_BOTTOM - 200
# Width:200
# Height:200
# Video:obel.vqa
Background@MAINMENU_BG:
Id:MAINMENU_BG
X:(WINDOW_RIGHT - WIDTH)/2

View File

@@ -1,9 +1,9 @@
VqaPlayer:
X:WINDOW_RIGHT - 400
Y:WINDOW_BOTTOM - 200
Width:200
Height:200
Video:aagun.vqa
#VqaPlayer:
# X:WINDOW_RIGHT - 400
# Y:WINDOW_BOTTOM - 200
# Width:200
# Height:200
# Video:aagun.vqa
Background@MAINMENU_BG:
Id:MAINMENU_BG
X:(WINDOW_RIGHT - WIDTH)/2