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

View file

@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://6w1nq8lhq3tq"]
[ext_resource type="Script" path="res://components/scripts/drop_shadow_component.gd" id="1_060pv"]
[node name="DropShadowComponent" type="Node2D"]
script = ExtResource("1_060pv")
[node name="DropShadowSprite" type="Sprite2D" parent="."]