feat: Implement core lobby system including UI, player management, and game mode settings.
This commit is contained in:
@@ -50,6 +50,11 @@ properties/3/replication_mode = 2
|
||||
[node name="PortalDoor" type="StaticBody3D"]
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0)
|
||||
shape = SubResource("BoxShape3D_trigger")
|
||||
|
||||
|
||||
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
||||
replication_config = SubResource("SceneReplicationConfig_portal")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user