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 *.exe
OpenRA OpenRA
OpenRA.app OpenRA.app
*.vqa
# backup files by various editors # backup files by various editors
*~ *~

View File

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

View File

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