add ignore for vqas; disable the vqaplayer in the mainmenu for now
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ log.txt
|
||||
*.exe
|
||||
OpenRA
|
||||
OpenRA.app
|
||||
*.vqa
|
||||
|
||||
# backup files by various editors
|
||||
*~
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user