20 lines
576 B
Plaintext
20 lines
576 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Block.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://TetrisShape.gd" type="Script" id=2]
|
|
|
|
[node name="ShapeI" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Block" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 32, 32 )
|
|
|
|
[node name="Block2" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 32, -32 )
|
|
|
|
[node name="Block3" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 32, -96 )
|
|
|
|
[node name="Block4" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 32, -160 )
|