diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-09-11 10:16:58 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-09-11 10:16:58 +0200 |
commit | cece0a3f36115b839f813ed05322c6c1a8e3201d (patch) | |
tree | 8c1600eb5382d29b98e4325b51b965618badddc9 /Scenes/UI | |
parent | 294f87adb4441ec25316601505ca1a7e97fa24c7 (diff) |
Diffstat (limited to 'Scenes/UI')
-rw-r--r-- | Scenes/UI/Menu.gd | 1 | ||||
-rw-r--r-- | Scenes/UI/Menu.tscn | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Scenes/UI/Menu.gd b/Scenes/UI/Menu.gd index fd5d9dc..b70ca55 100644 --- a/Scenes/UI/Menu.gd +++ b/Scenes/UI/Menu.gd @@ -136,6 +136,7 @@ func _on_slot_pressed(slot_idx): %BombComponents.grab_focus() current_slot_idx = slot_idx + %BombComponents.focus_mode = FOCUS_NONE func _on_bomb_components_item_selected(idx): diff --git a/Scenes/UI/Menu.tscn b/Scenes/UI/Menu.tscn index ab92f55..c817792 100644 --- a/Scenes/UI/Menu.tscn +++ b/Scenes/UI/Menu.tscn @@ -53,6 +53,7 @@ theme_override_constants/margin_left = 4 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 4 theme_override_constants/margin_bottom = 4 +metadata/_tab_index = 0 [node name="Panel" type="Panel" parent="TabContainer/Bombs"] layout_mode = 2 @@ -180,6 +181,7 @@ theme_override_constants/margin_left = 4 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 4 theme_override_constants/margin_bottom = 4 +metadata/_tab_index = 1 [node name="Panel" type="Panel" parent="TabContainer/Character"] layout_mode = 2 @@ -244,6 +246,7 @@ theme_override_constants/margin_left = 4 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 4 theme_override_constants/margin_bottom = 4 +metadata/_tab_index = 2 [node name="Panel" type="Panel" parent="TabContainer/System"] layout_mode = 2 |