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