-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolumn.tscn
45 lines (37 loc) · 1.26 KB
/
column.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[gd_scene load_steps=3 format=3 uid="uid://cd2kr4abyrbqt"]
[ext_resource type="Texture2D" uid="uid://dowurx3cji8oy" path="res://block.png" id="1_hqh3b"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_psdxy"]
size = Vector2(16, 64)
[node name="Blocks" type="StaticBody2D"]
scale = Vector2(5, 5)
[node name="Sprite33" type="Sprite2D" parent="."]
texture_filter = 1
texture_repeat = 2
position = Vector2(7.32422e-05, 32)
texture = ExtResource("1_hqh3b")
region_enabled = true
region_rect = Rect2(0, 0, 16, 16)
[node name="Sprite49" type="Sprite2D" parent="."]
texture_filter = 1
texture_repeat = 2
position = Vector2(7.32422e-05, 48)
texture = ExtResource("1_hqh3b")
region_enabled = true
region_rect = Rect2(0, 0, 16, 16)
[node name="Sprite17" type="Sprite2D" parent="."]
texture_filter = 1
texture_repeat = 2
position = Vector2(2.44141e-05, 16)
texture = ExtResource("1_hqh3b")
region_enabled = true
region_rect = Rect2(0, 0, 16, 16)
[node name="Sprite" type="Sprite2D" parent="."]
texture_filter = 1
texture_repeat = 2
texture = ExtResource("1_hqh3b")
region_enabled = true
region_rect = Rect2(0, 0, 16, 16)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 24)
shape = SubResource("RectangleShape2D_psdxy")
metadata/_edit_lock_ = true