mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 11:34:45 +00:00
14 lines
685 B
Plaintext
14 lines
685 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dr8salxjlpsba"]
|
|
|
|
[ext_resource type="Script" path="res://main.gd" id="1_opvjh"]
|
|
[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"]
|
|
[ext_resource type="PackedScene" uid="uid://bjctlqvs33nqy" path="res://interfaces/menus/boot/boot.tscn" id="3_s8c8j"]
|
|
|
|
[node name="Main" type="Node3D"]
|
|
script = ExtResource("1_opvjh")
|
|
SINGLEPLAYER = ExtResource("1_vgk6g")
|
|
MULTIPLAYER = ExtResource("2_iumx3")
|
|
|
|
[node name="BootMenu" parent="." instance=ExtResource("3_s8c8j")]
|