tetris
Diffstat (limited to 'Main.tscn')
| -rw-r--r-- | Main.tscn | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ -[gd_scene format=2] +[gd_scene load_steps=2 format=2] -[node name="Main" type="Node2D"] +[ext_resource path="res://Tetris.gd" type="Script" id=1] + +[node name="Main" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 + +[node name="Tetris" type="AspectRatioContainer" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +script = ExtResource( 1 ) +colors = PoolColorArray( 0.811765, 0.176471, 0.176471, 1, 0.427451, 0.721569, 0.278431, 1, 0.156863, 0.270588, 0.709804, 1, 0.615686, 0.164706, 0.611765, 1, 0.717647, 0.713726, 0.282353, 1, 0.47451, 0.47451, 0.47451, 1, 0.835294, 0.588235, 0.113725, 1 ) |