killbox/scenes_old/game_root/game_root.tscn

14 lines
660 B
Plaintext
Raw Permalink Normal View History

2025-02-06 08:56:39 +00:00
[gd_scene load_steps=2 format=3 uid="uid://d3qjxw4rk4yn4"]
2025-02-12 12:07:21 +00:00
[ext_resource type="Script" path="res://scenes_old/game_root/game_root.gd" id="1_eb14f"]
2025-02-06 08:56:39 +00:00
[node name="GameRoot" type="Node"]
editor_description = "This node serves a starting point for the game. When the game is running as a dedicated server it's supposed to read the config file and start the server, when the game is running in a default mode, it should render the main menu"
script = ExtResource("1_eb14f")
2025-02-12 12:07:21 +00:00
[node name="LevelRoot" type="Node3D" parent="."]
[node name="ServerDataSpawner" type="MultiplayerSpawner" parent="."]
2025-02-06 08:56:39 +00:00
[connection signal="load_map" from="." to="." method="_on_load_map"]