Add a generic video player widget.

This commit is contained in:
Matthias Mailänder
2021-01-10 09:49:52 +01:00
committed by abcdefg30
parent 514652bb6a
commit 7bc17b59f5
29 changed files with 222 additions and 70 deletions

View File

@@ -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

View File

@@ -383,7 +383,7 @@ Container@PLAYER_WIDGETS:
SoundUp: RadarUp
SoundDown: RadarDown
Children:
VqaPlayer@PLAYER:
VideoPlayer@PLAYER:
X: 12
Y: 32
Width: 202

View File

@@ -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

View File

@@ -194,6 +194,8 @@ SoundFormats: Aud, Wav
SpriteFormats: R8, ShpTD, TmpRA
VideoFormats: Vqa
SpriteSequenceFormat: DefaultSpriteSequence
ModelSequenceFormat: PlaceholderModelSequence