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:
@@ -14,7 +14,8 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
|
||||
|
||||
[application]
|
||||
|
||||
config/name="WhaleTown V2"
|
||||
config/name="WhaleTown"
|
||||
config/version="1.0.0"
|
||||
run/main_scene="res://scenes/ui/WebBootstrap.tscn"
|
||||
config/features=PackedStringArray("4.6", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
@@ -33,6 +34,7 @@ CafeCompanionManager="*res://_Core/managers/CafeCompanionManager.gd"
|
||||
AppearanceManager="*res://_Core/managers/AppearanceManager.gd"
|
||||
SettingsManager="*res://_Core/managers/SettingsManager.gd"
|
||||
NotificationSoundManager="*res://_Core/managers/NotificationSoundManager.gd"
|
||||
InputFocusManager="*res://_Core/managers/InputFocusManager.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user