open-fpsz/main.tscn

14 lines
685 B
Text
Raw Permalink Normal View History

2024-05-07 14:21:10 +00:00
[gd_scene load_steps=5 format=3 uid="uid://dr8salxjlpsba"]
2024-04-07 14:25:59 -04:00
2024-05-08 10:25:06 -04:00
[ext_resource type="Script" path="res://main.gd" id="1_opvjh"]
2024-10-16 21:43:01 +00:00
[ext_resource type="PackedScene" uid="uid://boviiugcnfyrj" path="res://types/singleplayer/demo.tscn" id="1_vgk6g"]
[ext_resource type="PackedScene" uid="uid://bvwxfgygm2xb8" path="res://types/multiplayer/multiplayer.tscn" id="2_iumx3"]
2024-05-07 14:21:10 +00:00
[ext_resource type="PackedScene" uid="uid://bjctlqvs33nqy" path="res://interfaces/menus/boot/boot.tscn" id="3_s8c8j"]
2024-04-07 14:25:59 -04:00
2024-05-07 22:57:53 -04:00
[node name="Main" type="Node3D"]
2024-05-08 10:25:06 -04:00
script = ExtResource("1_opvjh")
2024-05-07 14:21:10 +00:00
SINGLEPLAYER = ExtResource("1_vgk6g")
MULTIPLAYER = ExtResource("2_iumx3")
2024-04-07 14:25:59 -04:00
2024-05-07 14:21:10 +00:00
[node name="BootMenu" parent="." instance=ExtResource("3_s8c8j")]