Update other 2D demos for Godot 3.2

This commit is contained in:
Aaron Franke
2020-02-17 20:56:48 -05:00
parent 35bd408367
commit dda0bd7e20
12 changed files with 27 additions and 20 deletions

View File

@@ -9,6 +9,9 @@ margin_right = 1280.0
margin_bottom = 720.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Name" type="RichTextLabel" parent="."]
margin_left = 40.0

View File

@@ -29,6 +29,9 @@ margin_right = 1280.0
margin_bottom = 720.0
theme = ExtResource( 3 )
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
combatants_node = NodePath("../Combatants")
info_scene = ExtResource( 5 )
@@ -55,7 +58,7 @@ columns = 2
[node name="Attack" type="Button" parent="UI/Buttons/GridContainer"]
margin_right = 468.0
margin_bottom = 121.0
margin_bottom = 119.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Attack"
@@ -63,15 +66,15 @@ text = "Attack"
[node name="Defend" type="Button" parent="UI/Buttons/GridContainer"]
margin_left = 472.0
margin_right = 940.0
margin_bottom = 121.0
margin_bottom = 119.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Defend"
[node name="Flee" type="Button" parent="UI/Buttons/GridContainer"]
margin_top = 125.0
margin_top = 123.0
margin_right = 468.0
margin_bottom = 246.0
margin_bottom = 242.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Flee"