15 lines
642 B
Plaintext
15 lines
642 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://glitch-ilmenskie-svg/ilmenskie/hill_5.svg" type="Texture" id=1]
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
collision_layer = 2
|
|
collision_mask = 2
|
|
|
|
[node name="hill_5" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PoolVector2Array( 1.35002, 178.25, 40.3, 192.5, 144.8, 203.9, 217.95, 202.95, 325.3, 200.1, 426.95, 188.7, 463.05, 177.3, 414.6, 139.3, 365.2, 103.2, 288.25, 36.7001, 258.8, 13.9001, 218.9, 0.600067, 178.05, -0.349945, 132.45, 29.1001, 95.4001, 72.8001, 61.2001, 112.7 )
|