mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Made gamemanager resilient to not having components
This commit is contained in:
parent
d60878c94b
commit
9c8ec486fc
2 changed files with 34 additions and 20 deletions
6
Scenes/Maps/BossTestArena.tscn
Normal file
6
Scenes/Maps/BossTestArena.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bu5fvatj2j08j"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/GameManager.cs" id="1_paetl"]
|
||||
|
||||
[node name="BossTestArena" type="Node2D"]
|
||||
script = ExtResource("1_paetl")
|
||||
Loading…
Add table
Add a link
Reference in a new issue