commit 6bae9ddfc710427d1ddcc8274baff883c7d23fb4 Author: Avii Date: Sat Mar 14 14:18:20 2026 +0100 Initial Commit diff --git a/InGamePanels/maximus-ingamepanels-custom.spb b/InGamePanels/maximus-ingamepanels-custom.spb new file mode 100644 index 0000000..9cfb0a4 Binary files /dev/null and b/InGamePanels/maximus-ingamepanels-custom.spb differ diff --git a/html_ui/InGamePanels/CustomPanel/CustomPanel.css b/html_ui/InGamePanels/CustomPanel/CustomPanel.css new file mode 100644 index 0000000..171fec2 --- /dev/null +++ b/html_ui/InGamePanels/CustomPanel/CustomPanel.css @@ -0,0 +1,54 @@ +/** This mixin makes a single line element fit exactly on the Roboto font for easier integration. */ +ingame-ui#CustomPanel { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100% !important; + width: 100% !important; + /*border: 2px solid blue !important;*/ +} + +ingame-ui#CustomPanel #CustomPanelWrap { + display: flex; + flex-direction: column; + width: 100% !important; + height: 100% !important; + /*border: 2px solid red !important;*/ + min-height: 0; + min-width: 0; + overflow: hidden; + align-items: stretch !important; + flex: 1 1 auto !important; +} + +ingame-ui#CustomPanel #CustomPanelWrap #CustomPanelIframe { + flex: 1 1 auto !important; + border: 0; +} + +ingame-ui#CustomPanel .ingameUiContent { + /*border: 2px solid green !important;*/ + display: flex !important; + flex-direction: column !important; + width: 100% !important; + height: 100% !important; + min-height: 0 !important; + min-width: 0 !important; + overflow: hidden !important; + align-items: stretch !important; + flex: 1 1 auto !important; +} + +ingame-ui#CustomPanel .ingameUiWrapper { + /*border: 2px solid yellow !important;*/ + display: flex !important; + flex-direction: column !important; + width: 100% !important; + height: 100% !important; + min-height: 0 !important; + min-width: 0 !important; + overflow: hidden !important; + align-items: stretch !important; + flex: 1 1 auto !important; +} \ No newline at end of file diff --git a/html_ui/InGamePanels/CustomPanel/CustomPanel.html b/html_ui/InGamePanels/CustomPanel/CustomPanel.html new file mode 100644 index 0000000..1a71971 --- /dev/null +++ b/html_ui/InGamePanels/CustomPanel/CustomPanel.html @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/html_ui/InGamePanels/CustomPanel/CustomPanel.js b/html_ui/InGamePanels/CustomPanel/CustomPanel.js new file mode 100644 index 0000000..e69de29 diff --git a/html_ui/Textures/Menu/toolbar/ICON_TOOLBAR_MAXIMUS_CUSTOM_PANEL.svg b/html_ui/Textures/Menu/toolbar/ICON_TOOLBAR_MAXIMUS_CUSTOM_PANEL.svg new file mode 100644 index 0000000..8245177 --- /dev/null +++ b/html_ui/Textures/Menu/toolbar/ICON_TOOLBAR_MAXIMUS_CUSTOM_PANEL.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout.json b/layout.json new file mode 100644 index 0000000..6d3c297 --- /dev/null +++ b/layout.json @@ -0,0 +1,29 @@ +{ + "content": [ + { + "path": "html_ui/InGamePanels/CustomPanel/CustomPanel.css", + "size": 1009, + "date": 132441482909180874 + }, + { + "path": "html_ui/InGamePanels/CustomPanel/CustomPanel.html", + "size": 3119, + "date": 132440507097241168 + }, + { + "path": "html_ui/InGamePanels/CustomPanel/CustomPanel.js", + "size": 5517, + "date": 132442481411972180 + }, + { + "path": "html_ui/Textures/Menu/toolbar/ICON_TOOLBAR_MAXIMUS_CUSTOM_PANEL.svg", + "size": 702, + "date": 132401952992678246 + }, + { + "path": "InGamePanels/maximus-ingamepanels-custom.spb", + "size": 806, + "date": 132453435271410222 + } + ] +} \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..823156f --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "dependencies": [ + { + "name": "fs-base-propdefs", + "package_version": "0.1.2" + }, + { + "name": "fs-base-ui", + "package_version": "0.1.10" + }, + { + "name": "asobo-vcockpits-core", + "package_version": "0.1.12" + } + ], + "content_type": "", + "title": "Custom In-Game Panel", + "manufacturer": "Maximus", + "creator": "Maximus", + "package_version": "2.0.0", + "minimum_game_version": "1.8.3", + "release_notes": { + "neutral": { + "LastUpdate": "", + "OlderHistory": "" + } + }, + "total_package_size": "00000000000000014353" +} \ No newline at end of file