14 lines
497 B
Plaintext
14 lines
497 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dexalf74v6hii"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ddikubhbt3w4y" path="res://terrain/tiles/images/wall_cright.png" id="1_8neru"]
|
|
|
|
[node name="WallCRight" type="Sprite2D"]
|
|
position = Vector2(4.76837e-07, 4.76837e-07)
|
|
texture = ExtResource("1_8neru")
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
visible = false
|
|
position = Vector2(-16, -16)
|
|
build_mode = 1
|
|
polygon = PackedVector2Array(0, 0, 0, 32, 16, 32, 32, 16, 32, 0)
|