mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-20 03:54:47 +00:00
🚚 move main.tscn
This commit is contained in:
parent
62ec1fa4e0
commit
abc02a2ae6
|
|
@ -11,7 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="open-fpsz"
|
||||
run/main_scene="res://main.tscn"
|
||||
run/main_scene="res://src/main.tscn"
|
||||
config/features=PackedStringArray("4.2", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ma1if3sjox6i"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://boviiugcnfyrj" path="res://src/modes/singleplayer/demo.tscn" id="1_50a80"]
|
||||
[ext_resource type="PackedScene" uid="uid://bjctlqvs33nqy" path="res://src/interfaces/menus/boot/boot.tscn" id="1_acy5o"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvwxfgygm2xb8" path="res://src/modes/multiplayer/multiplayer.tscn" id="2_g8xeb"]
|
||||
[ext_resource type="PackedScene" uid="uid://boviiugcnfyrj" path="res://src/modes/singleplayer/demo.tscn" id="1_vgk6g"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvwxfgygm2xb8" path="res://src/modes/multiplayer/multiplayer.tscn" id="2_iumx3"]
|
||||
[ext_resource type="PackedScene" uid="uid://bjctlqvs33nqy" path="res://src/interfaces/menus/boot/boot.tscn" id="3_s8c8j"]
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_e61dq"]
|
||||
script/source = "# This file is part of open-fpsz.
|
||||
|
|
@ -97,7 +97,7 @@ func _join_server(host : String, port : int, nickname : String) -> void:
|
|||
|
||||
[node name="Game" type="Node3D"]
|
||||
script = SubResource("GDScript_e61dq")
|
||||
SINGLEPLAYER = ExtResource("1_50a80")
|
||||
MULTIPLAYER = ExtResource("2_g8xeb")
|
||||
SINGLEPLAYER = ExtResource("1_vgk6g")
|
||||
MULTIPLAYER = ExtResource("2_iumx3")
|
||||
|
||||
[node name="BootMenu" parent="." instance=ExtResource("1_acy5o")]
|
||||
[node name="BootMenu" parent="." instance=ExtResource("3_s8c8j")]
|
||||
Loading…
Reference in a new issue