15 lines
504 B
Plaintext
15 lines
504 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cpaxclk34bp78"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://2rebn8yw8fxr" path="res://terrain/tiles/images/wall_cbot_neg.png" id="1_j6ygj"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6uiot"]
|
|
size = Vector2(16, 16)
|
|
|
|
[node name="WallCBotNeg" type="Sprite2D"]
|
|
texture = ExtResource("1_j6ygj")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
visible = false
|
|
position = Vector2(-8, 8)
|
|
shape = SubResource("RectangleShape2D_6uiot")
|