show the available controls in a panel over the world

This commit is contained in:
2026-08-07 18:48:01 +02:00
parent 68a43a7d98
commit 980fad272f
9 changed files with 466 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class Simulation;
class GameWorldView;
class HeaderBar;
class SelectionPanel;
class ControlsPanel;
class BuildButtonBar;
class BlueprintLibrary;
class BuildingIconCache;
@@ -99,6 +100,7 @@ private:
GameWorldView* m_gameWorldView;
HeaderBar* m_headerBar;
SelectionPanel* m_selectionPanel;
ControlsPanel* m_controlsPanel;
BuildButtonBar* m_buildButtonBar;
// The saved blueprints themselves; they have no widget of their own any more and
// are reached through the two modal dialogs (REQ-UI-BLUEPRINT-DIALOG).