feat: skin update

This commit is contained in:
2026-04-20 19:32:52 +08:00
parent b492dc99b6
commit f2e14f20f3
28 changed files with 1396 additions and 113 deletions
+3
View File
@@ -296,6 +296,9 @@ func _setup_3d_preview() -> void:
anim_player.play("animation-pack/idle")
elif anim_player.get_animation_list().size() > 0:
anim_player.play(anim_player.get_animation_list()[0])
# Apply equipped cosmetics so the lobby preview shows the current loadout
SkinManager.apply_loadout(character_root, UserProfileManager.loadout)
func _load_character_textures() -> void:
"""Load character preview textures."""