Add a generic video player widget.
This commit is contained in:
committed by
abcdefg30
parent
514652bb6a
commit
7bc17b59f5
@@ -104,7 +104,7 @@ Container@ASSETBROWSER_PANEL:
|
||||
Sprite@SPRITE:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
AspectRatio: 1
|
||||
|
||||
@@ -160,7 +160,7 @@ Container@OBSERVER_WIDGETS:
|
||||
Y: 1
|
||||
Width: PARENT_RIGHT - 2
|
||||
Height: PARENT_BOTTOM - 2
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 1
|
||||
Y: 1
|
||||
Width: PARENT_RIGHT - 2
|
||||
@@ -1632,7 +1632,7 @@ Container@PLAYER_WIDGETS:
|
||||
Height: 194
|
||||
SoundUp: RadarUp
|
||||
SoundDown: RadarDown
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
Width: 194
|
||||
Height: 194
|
||||
Skippable: false
|
||||
@@ -1856,7 +1856,7 @@ Background@FMVPLAYER:
|
||||
Height: WINDOW_BOTTOM
|
||||
Background: panel-allblack
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 0
|
||||
Y: 0
|
||||
Width: WINDOW_RIGHT
|
||||
|
||||
@@ -146,7 +146,7 @@ Container@MISSIONBROWSER_PANEL:
|
||||
Font: Bold
|
||||
Container@MISSION_BIN:
|
||||
Children:
|
||||
VqaPlayer@MISSION_VIDEO:
|
||||
VideoPlayer@MISSION_VIDEO:
|
||||
X: 1
|
||||
Y: 1
|
||||
Width: 712
|
||||
@@ -159,7 +159,7 @@ Background@FULLSCREEN_PLAYER:
|
||||
Background: panel-allblack
|
||||
Visible: False
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 0
|
||||
Y: 0
|
||||
Width: WINDOW_RIGHT
|
||||
|
||||
@@ -212,6 +212,8 @@ SoundFormats: Aud, Wav
|
||||
|
||||
SpriteFormats: ShpTD, TmpTD, ShpTS, TmpRA
|
||||
|
||||
VideoFormats: Vqa
|
||||
|
||||
SpriteSequenceFormat: ClassicTilesetSpecificSpriteSequence
|
||||
TilesetExtensions:
|
||||
TEMPERAT: .tem
|
||||
|
||||
@@ -99,7 +99,7 @@ Background@ASSETBROWSER_PANEL:
|
||||
Sprite@SPRITE:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
AspectRatio: 1
|
||||
|
||||
@@ -3,7 +3,7 @@ Background@FMVPLAYER:
|
||||
Height: WINDOW_BOTTOM
|
||||
Background: dialog5
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 0
|
||||
Y: 0
|
||||
Width: WINDOW_RIGHT
|
||||
|
||||
@@ -44,7 +44,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
|
||||
|
||||
@@ -147,7 +147,7 @@ Background@MISSIONBROWSER_PANEL:
|
||||
Height: 377
|
||||
Background: dialog3
|
||||
Children:
|
||||
VqaPlayer@MISSION_VIDEO:
|
||||
VideoPlayer@MISSION_VIDEO:
|
||||
X: 1
|
||||
Y: 1
|
||||
Width: 640
|
||||
@@ -160,7 +160,7 @@ Background@FULLSCREEN_PLAYER:
|
||||
Background: dialog5
|
||||
Visible: False
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 0
|
||||
Y: 0
|
||||
Width: WINDOW_RIGHT
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -81,7 +81,7 @@ Container@OBSERVER_WIDGETS:
|
||||
Y: 41
|
||||
Width: 220
|
||||
Height: 220
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 9
|
||||
Y: 41
|
||||
Width: 220
|
||||
|
||||
@@ -406,7 +406,7 @@ Container@PLAYER_WIDGETS:
|
||||
SoundUp: RadarUp
|
||||
SoundDown: RadarDown
|
||||
Children:
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 1
|
||||
Y: 1
|
||||
Width: 220
|
||||
|
||||
@@ -218,6 +218,8 @@ SoundFormats: Aud, Wav
|
||||
|
||||
SpriteFormats: ShpD2, ShpTD, TmpRA, TmpTD, ShpTS
|
||||
|
||||
VideoFormats: Vqa
|
||||
|
||||
SpriteSequenceFormat: ClassicTilesetSpecificSpriteSequence
|
||||
TilesetExtensions:
|
||||
TEMPERAT: .tem
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -404,7 +404,7 @@ Container@PLAYER_WIDGETS:
|
||||
Height: 161
|
||||
SoundUp: RadarUp
|
||||
SoundDown: RadarDown
|
||||
VqaPlayer@PLAYER:
|
||||
VideoPlayer@PLAYER:
|
||||
X: 16
|
||||
Y: 64
|
||||
Width: 206
|
||||
|
||||
@@ -247,6 +247,8 @@ SoundFormats: Aud, Wav
|
||||
|
||||
SpriteFormats: ShpTS, TmpTS, ShpTD
|
||||
|
||||
VideoFormats: Vqa
|
||||
|
||||
SpriteSequenceFormat: TilesetSpecificSpriteSequence
|
||||
TilesetExtensions:
|
||||
TEMPERATE: .tem
|
||||
|
||||
Reference in New Issue
Block a user