Graphics pass
This commit is contained in:
parent
51af0ea751
commit
fb47693a99
42 changed files with 821 additions and 95 deletions
8
components/DropShadowComponent.tscn
Normal file
8
components/DropShadowComponent.tscn
Normal 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="."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue