Add a generic video player widget.
This commit is contained in:
committed by
abcdefg30
parent
514652bb6a
commit
7bc17b59f5
@@ -64,7 +64,7 @@ Container@OBSERVER_WIDGETS:
|
||||
Width: PARENT_RIGHT - 19
|
||||
Height: PARENT_BOTTOM - 19
|
||||
WorldInteractionController: INTERACTION_CONTROLLER
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 10
|
||||
Y: 10
|
||||
Width: PARENT_RIGHT - 20
|
||||
|
||||
@@ -383,7 +383,7 @@ Container@PLAYER_WIDGETS:
|
||||
SoundUp: RadarUp
|
||||
SoundDown: RadarDown
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 12
|
||||
Y: 32
|
||||
Width: 202
|
||||
|
||||
@@ -148,7 +148,7 @@ Background@MISSIONBROWSER_PANEL:
|
||||
Height: 483
|
||||
Background: dialog3
|
||||
Children:
|
||||
VqaPlayer@MISSION_VIDEO:
|
||||
VideoPlayer@MISSION_VIDEO:
|
||||
X: 1
|
||||
Y: 1
|
||||
Width: 640
|
||||
@@ -163,7 +163,7 @@ Background@FULLSCREEN_PLAYER:
|
||||
Background: dialog5
|
||||
Visible: False
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 0
|
||||
Y: 0
|
||||
Width: WINDOW_RIGHT
|
||||
|
||||
@@ -194,6 +194,8 @@ SoundFormats: Aud, Wav
|
||||
|
||||
SpriteFormats: R8, ShpTD, TmpRA
|
||||
|
||||
VideoFormats: Vqa
|
||||
|
||||
SpriteSequenceFormat: DefaultSpriteSequence
|
||||
|
||||
ModelSequenceFormat: PlaceholderModelSequence
|
||||
|
||||
Reference in New Issue
Block a user