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
|
*.exe
|
||||||
OpenRA
|
OpenRA
|
||||||
OpenRA.app
|
OpenRA.app
|
||||||
|
*.vqa
|
||||||
|
|
||||||
# backup files by various editors
|
# backup files by various editors
|
||||||
*~
|
*~
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user