Created a comet spwaner/manager for the game

This commit is contained in:
2024-05-12 22:41:49 -04:00
parent 47ead79f1b
commit 2a7c2155c4
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://6c6g7e5v3ifr"]
[ext_resource type="Script" path="res://scripts/comet_spawner.gd" id="1_ngrtm"]
[node name="CometSpawner" type="Node2D"]
script = ExtResource("1_ngrtm")
[node name="Comets" type="Node" parent="."]