mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-09-03 23:39:26 +03:00
Update other 2D demos for Godot 3.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user