Skip to content

Commit

Permalink
match: hide tactics and skip button
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 22, 2024
1 parent 5bbd181 commit ee9c881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game/src/screens/match/match.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ layout_mode = 2
text = "CHANGE"

[node name="Tactics" type="Button" parent="Main/Content/Buttons"]
visible = false
layout_mode = 2
text = "TACTICS"

Expand Down Expand Up @@ -244,6 +245,7 @@ layout_mode = 2
text = "PAUSE"

[node name="SKIP" type="Button" parent="Main/Content/Buttons"]
visible = false
layout_mode = 2
text = "SKIP"

Expand Down

0 comments on commit ee9c881

Please sign in to comment.