Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
65
mods/common/chrome/ingame.yaml
Normal file
65
mods/common/chrome/ingame.yaml
Normal file
@@ -0,0 +1,65 @@
|
||||
Container@INGAME_ROOT:
|
||||
Logic: LoadIngamePlayerOrObserverUILogic
|
||||
Children:
|
||||
LogicKeyListener@GLOBAL_KEYHANDLER:
|
||||
Logic: MusicHotkeyLogic, ScreenshotHotkeyLogic, MuteHotkeyLogic
|
||||
StopMusicKey: StopMusic
|
||||
PauseMusicKey: PauseMusic
|
||||
PrevMusicKey: PrevMusic
|
||||
NextMusicKey: NextMusic
|
||||
TakeScreenshotKey: TakeScreenshot
|
||||
MuteAudioKey: ToggleMute
|
||||
LogicKeyListener@WORLD_KEYHANDLER:
|
||||
Logic: CycleBasesHotkeyLogic, CycleProductionActorsHotkeyLogic, CycleHarvestersHotkeyLogic, JumpToLastEventHotkeyLogic, JumpToSelectedActorsHotkeyLogic, ResetZoomHotkeyLogic, TogglePlayerStanceColorHotkeyLogic, CycleStatusBarsHotkeyLogic, PauseHotkeyLogic, SelectUnitsByTypeHotkeyLogic, SelectAllUnitsHotkeyLogic
|
||||
CycleBasesKey: CycleBase
|
||||
CycleProductionActorsKey: CycleProductionBuildings
|
||||
CycleHarvestersKey: CycleHarvesters
|
||||
JumpToLastEventKey: ToLastEvent
|
||||
JumpToSelectedActorsKey: ToSelection
|
||||
ResetZoomKey: ResetZoom
|
||||
TogglePlayerStanceColorKey: TogglePlayerStanceColor
|
||||
CycleStatusBarsKey: CycleStatusBars
|
||||
PauseKey: Pause
|
||||
SelectAllUnitsKey: SelectAllUnits
|
||||
SelectUnitsByTypeKey: SelectUnitsByType
|
||||
Container@WORLD_ROOT:
|
||||
Logic: LoadIngamePerfLogic
|
||||
Children:
|
||||
LogicTicker@DISCONNECT_WATCHER:
|
||||
Logic: DisconnectWatcherLogic
|
||||
Label@MISSION_TEXT:
|
||||
X: WINDOW_WIDTH / 2 - 256
|
||||
Y: 23
|
||||
Width: 512
|
||||
Height: 25
|
||||
Font: Bold
|
||||
Align: Center
|
||||
Contrast: true
|
||||
WorldInteractionController@INTERACTION_CONTROLLER:
|
||||
Width: WINDOW_WIDTH
|
||||
Height: WINDOW_HEIGHT
|
||||
ViewportController:
|
||||
Width: WINDOW_WIDTH
|
||||
Height: WINDOW_HEIGHT
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
ZoomInKey: ZoomIn
|
||||
ZoomOutKey: ZoomOut
|
||||
ScrollUpKey: MapScrollUp
|
||||
ScrollDownKey: MapScrollDown
|
||||
ScrollLeftKey: MapScrollLeft
|
||||
ScrollRightKey: MapScrollRight
|
||||
JumpToTopEdgeKey: MapJumpToTopEdge
|
||||
JumpToBottomEdgeKey: MapJumpToBottomEdge
|
||||
JumpToLeftEdgeKey: MapJumpToLeftEdge
|
||||
JumpToRightEdgeKey: MapJumpToRightEdge
|
||||
BookmarkSaveKeyPrefix: MapBookmarkSave
|
||||
BookmarkRestoreKeyPrefix: MapBookmarkRestore
|
||||
BookmarkKeyCount: 4
|
||||
StrategicProgress@STRATEGIC_PROGRESS:
|
||||
X: WINDOW_WIDTH / 2
|
||||
Y: 40
|
||||
Container@PLAYER_ROOT:
|
||||
Container@PERF_ROOT:
|
||||
Container@MENU_ROOT:
|
||||
TooltipContainer@TOOLTIP_CONTAINER:
|
||||
MouseAttachment@MOUSE_ATTATCHMENT:
|
||||
Reference in New Issue
Block a user