Graphics pass
This commit is contained in:
parent
51af0ea751
commit
fb47693a99
42 changed files with 821 additions and 95 deletions
14
scenes/decor/flower_1.tscn
Normal file
14
scenes/decor/flower_1.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://rnykx61eqxyk"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dfsiavjapcxkk" path="res://resources/textures/flower_1.png" id="1_jotb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_x4kpr"]
|
||||
|
||||
[node name="Flower1" type="Node2D"]
|
||||
position = Vector2(227, 255)
|
||||
|
||||
[node name="DisplaySprite" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_jotb7")
|
||||
|
||||
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_x4kpr")]
|
||||
parent_sprite = NodePath("../DisplaySprite")
|
||||
drop_shadow_distance = 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue