Graphics pass

This commit is contained in:
Dan 2024-05-07 15:51:31 +01:00
parent 51af0ea751
commit fb47693a99
42 changed files with 821 additions and 95 deletions

13
scenes/decor/tree.tscn Normal file
View file

@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://d3mas42mbgec1"]
[ext_resource type="Texture2D" uid="uid://cgwtb4gxypaj1" path="res://resources/textures/tree.png" id="1_awfty"]
[ext_resource type="PackedScene" uid="uid://6w1nq8lhq3tq" path="res://components/DropShadowComponent.tscn" id="2_450uc"]
[node name="Tree" type="Node2D"]
position = Vector2(227, 255)
[node name="DisplaySprite" type="Sprite2D" parent="."]
texture = ExtResource("1_awfty")
[node name="DropShadowComponent" parent="." node_paths=PackedStringArray("parent_sprite") instance=ExtResource("2_450uc")]
parent_sprite = NodePath("../DisplaySprite")