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