Skip to content

Commit

Permalink
feat(hud customizer): Add resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
wertiop121 committed Aug 9, 2024
1 parent 5aed547 commit 9311073
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 114 deletions.
2 changes: 1 addition & 1 deletion layout/hud/hud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Button>
<NumberEntry id="HudCustomizerGridSize" class="hud-customizer-settings__gridsize" min="4" max="12" onvaluechanged="HudCustomizer.updateGridSize()" />
</Panel>
<Panel id="HudCustomizerKnobContainer" class="hud-customizer__knob-container" hittest="false" />

<Panel id="HudCustomizerGrid" class="hud-customizer__grid" hittest="false" hittestchildren="false" />
</Panel>

Expand Down
Loading

0 comments on commit 9311073

Please sign in to comment.