Moves stuff around, made a main menu and scene mgr
This commit is contained in:
parent
b2e3a3957b
commit
6c023a60a6
37 changed files with 888 additions and 214 deletions
14
stages/SceneManager/SceneManager.tscn
Normal file
14
stages/SceneManager/SceneManager.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cn41yepyhvwsd"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bqtnrs6cjoyj6" path="res://Stages/SceneManager/scripts/scene_manager.gd" id="1_scgkw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bon4rtm4rv1rf" path="res://Stages/SceneManager/TransitionScene.tscn" id="2_fe7gw"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkucysn167kp6" path="res://Stages/MainMenu/MainMenu.tscn" id="3_obg8q"]
|
||||
|
||||
[node name="SceneManager" type="Node3D"]
|
||||
script = ExtResource("1_scgkw")
|
||||
|
||||
[node name="CurrentScene" type="Node" parent="."]
|
||||
|
||||
[node name="MainMenu" parent="CurrentScene" instance=ExtResource("3_obg8q")]
|
||||
|
||||
[node name="TransitionScene" parent="." instance=ExtResource("2_fe7gw")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue