16 lines
654 B
Plaintext
16 lines
654 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://2if0t12rfa3f"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cuvnn2fheo3g1" path="res://Assets/Mountains/middle_lane_rocks1/middle_lane_rock1_4.png" id="1_mccke"]
|
|
|
|
[node name="SimpleMountain1" type="CharacterBody2D"]
|
|
|
|
[node name="DesertRock1" type="Sprite2D" parent="."]
|
|
position = Vector2(80, -4)
|
|
scale = Vector2(4.98361, 2.2)
|
|
texture = ExtResource("1_mccke")
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
position = Vector2(68, -1)
|
|
scale = Vector2(14.75, 3.9)
|
|
polygon = PackedVector2Array(-10, 10.5128, 11.1186, 10.5128, 10.0339, 0.25641, 7, -10, 0.271187, -12.0513, -8.40678, -1.79487)
|