24 lines
841 B
Plaintext
24 lines
841 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bbjrt670oq527"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b7rhtttevhxtj" path="res://characters/ground_shadow.png" id="1_nnvrw"]
|
|
[ext_resource type="Texture2D" uid="uid://caqfk2xng5v5u" path="res://trees/pine_tree.png" id="2_gvmkm"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_d2g23"]
|
|
radius = 25.2982
|
|
|
|
[node name="Tree" type="StaticBody2D"]
|
|
|
|
[node name="GroundShadow" type="Sprite2D" parent="."]
|
|
modulate = Color(0.612686, 0.746417, 0.796764, 1)
|
|
position = Vector2(0, 8)
|
|
scale = Vector2(0.923077, 0.923077)
|
|
texture = ExtResource("1_nnvrw")
|
|
|
|
[node name="PineTree" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -59)
|
|
texture = ExtResource("2_gvmkm")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 2)
|
|
shape = SubResource("CircleShape2D_d2g23")
|