Added dynamic spawning and despawning of objects
This commit is contained in:
parent
adbb208436
commit
e0cf8d9755
23 changed files with 794 additions and 350 deletions
6
prefabs/gameObjects/node.tscn
Normal file
6
prefabs/gameObjects/node.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene format=3 uid="uid://b6c17xutiecq5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dknsws58ej0bp" path="res://scripts/GameObject.cs" id="1_gt1sn"]
|
||||
|
||||
[node name="Node" type="StaticBody3D" unique_id=1306600716]
|
||||
script = ExtResource("1_gt1sn")
|
||||
Loading…
Add table
Add a link
Reference in a new issue