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 20, 2024
1 parent 5aed547 commit bfbf0b0
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 119 deletions.
3 changes: 2 additions & 1 deletion layout/hud/hud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
</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 id="HudCustomizerVirtualKnob" />
</Panel>

<HudTrickTracker id="TrickTracker" />
Expand Down
Loading

0 comments on commit bfbf0b0

Please sign in to comment.