mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-12 23:14:54 +00:00
HOTFIX
This commit is contained in:
parent
f90ee66be1
commit
d56f0c2930
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bvwxfgygm2xb8"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bvwxfgygm2xb8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://chbno00ugl6te" path="res://maps/genesis/genesis.tscn" id="1_nulvv"]
|
||||
[ext_resource type="PackedScene" uid="uid://cbhx1xme0sb7k" path="res://entities/player/player.tscn" id="2_og1vb"]
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_1qrbp"]
|
||||
script/source = "class_name Multiplayer extends Node
|
||||
|
|
@ -73,6 +76,8 @@ func _exit_tree():
|
|||
|
||||
[node name="Multiplayer" type="Node"]
|
||||
script = SubResource("GDScript_1qrbp")
|
||||
MAP = ExtResource("1_nulvv")
|
||||
PLAYER = ExtResource("2_og1vb")
|
||||
|
||||
[node name="Map" type="Node" parent="."]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue