forked from xiangwang25/whale-town-front-v2
feat: expand multiplayer, chat, and release support
- add network NPC synchronization and dialogue interactions - add world bulletin publishing and display - improve authentication, session refresh, and appearance sync - synchronize player direction and movement animations - improve input focus and progressive Web loading - add macOS/Windows builds and deployment configuration - include required fonts, shaders, and runtime assets
This commit is contained in:
@@ -241,6 +241,9 @@ position = Vector2(0, 921)
|
||||
y_sort_enabled = true
|
||||
position = Vector2(0, -1)
|
||||
|
||||
[node name="Npcs" type="Node2D" parent="YSortWorld/Characters"]
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="MultiplayerController" type="Node" parent="YSortWorld" unique_id=1024843959]
|
||||
script = ExtResource("26_multiplayer")
|
||||
map_id = "work_zone"
|
||||
|
||||
Reference in New Issue
Block a user