Grid.tscn 574 B

123456789101112131415161718
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://component/ui/LifeContainer.gd" type="Script" id=1]
  3. [ext_resource path="res://component/entity/brick/Grid.gd" type="Script" id=3]
  4. [node name="Grid" type="Node2D" groups=[
  5. "grid",
  6. ]]
  7. script = ExtResource( 3 )
  8. [node name="LifeContainer" type="Node2D" parent="."]
  9. script = ExtResource( 1 )
  10. [node name="MoveDown" type="Tween" parent="."]
  11. __meta__ = {
  12. "_editor_description_": "Move grid to show the new row"
  13. }
  14. [connection signal="tween_all_completed" from="MoveDown" to="." method="_on_MoveDown_tween_all_completed"]