Skip to content

Commit

Permalink
Merge pull request #466 from PiotrKaszuba/fix-issue-457
Browse files Browse the repository at this point in the history
Fix #457
  • Loading branch information
Kvel2D authored Oct 9, 2024
2 parents a3e646b + 3eed354 commit 06b1ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hud/unit_menu/creep_mini_details.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
custom_minimum_size = Vector2(400, 300)
size_flags_vertical = 8
current_tab = 0
tab_focus_mode = 0
script = ExtResource("1_0rr73")
_stats_left_label = NodePath("Stats/StatsLeftLabel")
_stats_right_label = NodePath("Stats/StatsRightLabel")
Expand Down
1 change: 1 addition & 0 deletions src/hud/unit_menu/tower_mini_details.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
custom_minimum_size = Vector2(400, 300)
size_flags_vertical = 8
current_tab = 0
tab_focus_mode = 0
script = ExtResource("1_nxq0b")
_dmg_left_label = NodePath("Dmg/DmgLeftLabel")
_dmg_right_label = NodePath("Dmg/DmgRightLabel")
Expand Down

0 comments on commit 06b1ced

Please sign in to comment.