You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
631 B
22 lines
631 B
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Resources/background.png" type="Texture" id=1]
|
|
[ext_resource path="res://GameBoard.gd" type="Script" id=2]
|
|
[ext_resource path="res://SwipeHandler.gd" type="Script" id=3]
|
|
|
|
[node name="GameBoard" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
scale = Vector2( 1.25, 1.25 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="GravityTimer" type="Timer" parent="."]
|
|
process_mode = 0
|
|
wait_time = 0.5
|
|
autostart = true
|
|
|
|
[node name="StaticBlocks" type="Node2D" parent="."]
|
|
|
|
[node name="SwipeHandler" type="Node" parent="."]
|
|
script = ExtResource( 3 )
|