diff --git a/gdrust/src/utils.rs b/gdrust/src/utils.rs index fa70c8c..fec8205 100644 --- a/gdrust/src/utils.rs +++ b/gdrust/src/utils.rs @@ -6,4 +6,3 @@ macro_rules! godot_assert { } }; } - diff --git a/scenes/fight.tscn b/scenes/fight.tscn index 8fd0f90..05aa5f2 100644 --- a/scenes/fight.tscn +++ b/scenes/fight.tscn @@ -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 @@ -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 @@ -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