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

14 lines
646 B
Text

[gd_scene load_steps=3 format=3 uid="uid://b7quc1hxenh5p"]
[ext_resource type="Texture2D" uid="uid://d3305m7gu47h2" path="res://resources/textures/flower_2.png" id="1_hk01u"]
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_co3t4"]
[node name="Flower2" type="Node2D"]
position = Vector2(227, 255)
[node name="DisplaySprite" type="Sprite2D" parent="."]
texture = ExtResource("1_hk01u")
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_co3t4")]
parent_sprite = NodePath("../DisplaySprite")
drop_shadow_distance = 5