Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Jun 7, 2024
1 parent 5bd37bf commit 5994d6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion gdrust/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ macro_rules! godot_assert {
}
};
}

9 changes: 6 additions & 3 deletions scenes/fight.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ grow_horizontal = 2
grow_vertical = 0

[node name="fight" type="TextureButton" parent="Bar"]
layout_mode = 0
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = -400.0
Expand All @@ -97,7 +98,8 @@ texture_normal = ExtResource("6_5cs44")
texture_pressed = ExtResource("7_rklqi")

[node name="act" type="TextureButton" parent="Bar"]
layout_mode = 0
layout_mode = 1
anchors_preset = -1
anchor_left = -3.95
anchor_top = -2.175
anchor_right = -1.2
Expand All @@ -122,7 +124,8 @@ texture_normal = ExtResource("10_1wnge")
texture_pressed = ExtResource("11_s6quu")

[node name="mercy" type="TextureButton" parent="Bar"]
layout_mode = 0
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
Expand Down

0 comments on commit 5994d6e

Please sign in to comment.