Add a generic video player widget.
This commit is contained in:
committed by
abcdefg30
parent
514652bb6a
commit
7bc17b59f5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user