Grid.tscn 417 B

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