Added GunPowder Animation

This commit is contained in:
Arthur
2022-12-10 17:27:56 +01:00
parent c99a1530a2
commit 57c19def26
9 changed files with 95 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ grow_vertical = 2
script = ExtResource("1_hyw8p")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -22,7 +21,6 @@ grow_vertical = 2
color = Color(0.513726, 0.403922, 0.27451, 1)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -69,7 +67,6 @@ offset_bottom = 156.0
text = "Quit"
[node name="FullScreen" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Fullscreen"
[connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_start_pressed"]