inventory bug fixes, multiplayer pickup sync
This commit is contained in:
parent
04a9a299d7
commit
000269875a
14 changed files with 88 additions and 43 deletions
|
|
@ -1,56 +0,0 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://cjimt73bcja16"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://klp20wju1i26" path="res://Scripts/world.gd" id="1_8j60k"]
|
||||
[ext_resource type="PackedScene" uid="uid://x4ohd5qj3xpy" path="res://Scenes/Lobby.tscn" id="2_5a7ea"]
|
||||
[ext_resource type="PackedScene" uid="uid://dt1v3f2oc7vbw" path="res://Scenes/Menu/LobbyMenu.tscn" id="4_fo5ed"]
|
||||
[ext_resource type="Script" uid="uid://bsyvwqveefopb" path="res://Scripts/Level/level.gd" id="5_5ukr8"]
|
||||
[ext_resource type="PackedScene" uid="uid://d1ofd327cqcd1" path="res://Scenes/Server/Server.tscn" id="5_fo5ed"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5lihf68rflsh" path="res://Scenes/town.tscn" id="5_o06y3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dtpqexue3vgl6" path="res://Scenes/Chat/ChatMenu.tscn" id="7_k7acu"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_go701"]
|
||||
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
|
||||
ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_5a7ea"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_go701")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_8j60k"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_5a7ea")
|
||||
tonemap_mode = 2
|
||||
glow_enabled = true
|
||||
|
||||
[node name="World" type="Node" node_paths=PackedStringArray("lobby_menu", "server", "level")]
|
||||
script = ExtResource("1_8j60k")
|
||||
lobby_menu = NodePath("LobbyMenu")
|
||||
server = NodePath("Server")
|
||||
level = NodePath("Level")
|
||||
|
||||
[node name="Server" parent="." instance=ExtResource("5_fo5ed")]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_8j60k")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="Level" type="Node" parent="." node_paths=PackedStringArray("lobby")]
|
||||
script = ExtResource("5_5ukr8")
|
||||
lobby = NodePath("Lobby")
|
||||
|
||||
[node name="Lobby" parent="Level" instance=ExtResource("2_5a7ea")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 48.3442, -31.095, 21.7287)
|
||||
|
||||
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="Level"]
|
||||
_spawnable_scenes = PackedStringArray("uid://cc1m2a1obsyn4")
|
||||
spawn_path = NodePath("..")
|
||||
|
||||
[node name="Town" parent="Level" instance=ExtResource("5_o06y3")]
|
||||
|
||||
[node name="LobbyMenu" parent="." instance=ExtResource("4_fo5ed")]
|
||||
visible = false
|
||||
|
||||
[node name="ChatMenu" parent="." instance=ExtResource("7_k7acu")]
|
||||
visible = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue