aboutsummaryrefslogtreecommitdiff
path: root/assets/tilemap.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'assets/tilemap.tscn')
-rw-r--r--assets/tilemap.tscn16
1 files changed, 0 insertions, 16 deletions
diff --git a/assets/tilemap.tscn b/assets/tilemap.tscn
deleted file mode 100644
index 77d8f80..0000000
--- a/assets/tilemap.tscn
+++ /dev/null
@@ -1,16 +0,0 @@
-[gd_scene load_steps=3 format=2]
-
-[ext_resource path="res://assets/images/red.png" type="Texture" id=1]
-
-[sub_resource type="RectangleShape2D" id=1]
-extents = Vector2( 8, 8 )
-
-[node name="Node2D" type="Node2D"]
-
-[node name="Ground" type="Sprite" parent="."]
-texture = ExtResource( 1 )
-
-[node name="StaticBody2D" type="StaticBody2D" parent="Ground"]
-
-[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D"]
-shape = SubResource( 1 )