feat: Implement core player character logic, including state management, network synchronization, character selection, and manager initialization.

This commit is contained in:
Yogi Wiguna
2026-02-12 11:02:30 +08:00
parent 786e73dbaf
commit da858c12aa
7 changed files with 206 additions and 20 deletions
Binary file not shown.
Binary file not shown.
+1 -2
View File
@@ -4,7 +4,6 @@
resource_name = "tile_a1"
cull_mode = 2
albedo_color = Color(0.335217, 0.328683, 0.29189, 1)
metallic = 1.0
roughness = 0.5
emission_enabled = true
emission = Color(0.62, 0, 0, 1)
emission = Color(0.8235294, 0, 0, 1)