pollen-not-included/scenes/decor/naked_tree.tscn
2024-05-07 15:51:31 +01:00

13 lines
624 B
Text

[gd_scene load_steps=3 format=3 uid="uid://dj51rgpihnhi"]
[ext_resource type="Texture2D" uid="uid://bxhluci3gcrv5" path="res://resources/textures/naked_tree.png" id="1_yly2y"]
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_gntgd"]
[node name="NakedTree" type="Node2D"]
position = Vector2(227, 255)
[node name="DisplaySprite" type="Sprite2D" parent="."]
texture = ExtResource("1_yly2y")
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_gntgd")]
parent_sprite = NodePath("../DisplaySprite")