Glowing crystals mainly
This commit is contained in:
parent
ce0ef75241
commit
49e344f109
8 changed files with 624 additions and 188 deletions
8
components/CrystalGlowComponent.tscn
Normal file
8
components/CrystalGlowComponent.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://qgxsbmcv0nqh"]
|
||||
|
||||
[ext_resource type="Script" path="res://components/scripts/crystal_glow_component.gd" id="1_0l2qm"]
|
||||
|
||||
[node name="CrystalGlowComponent" type="Node2D"]
|
||||
script = ExtResource("1_0l2qm")
|
||||
|
||||
[node name="CrystalGlowContainer" type="Node2D" parent="."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue