19 lines
591 B
Plaintext
19 lines
591 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://d00vg8sfapfvi"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://45fgpfmo6jpm" path="res://sheet1.png" id="1_j757x"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ypdmu"]
|
||
|
size = Vector2(12, 12)
|
||
|
|
||
|
[node name="StaticBody2D" type="StaticBody2D"]
|
||
|
|
||
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
texture = ExtResource("1_j757x")
|
||
|
centered = false
|
||
|
region_enabled = true
|
||
|
region_rect = Rect2(34, 244, 12, 12)
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
position = Vector2(6, 6)
|
||
|
shape = SubResource("RectangleShape2D_ypdmu")
|