Commit Graph

6 Commits

Author SHA1 Message Date
eb51c43e38 feat: implement core visual novel script parsing, command execution, and character direction with animation queues. 2025-12-01 00:44:57 +09:00
e30b81c440 chore: change class names 2025-11-29 23:00:44 +09:00
1528cc3202 feat: Implement core visual novel systems for variable management, character layout, and script handling 2025-11-29 22:45:25 +09:00
7a3069fa3c feat: refactor character animation system with motion container
- Separate character hierarchy into Slot → MotionContainer → Image
- Improve expression change with mask-based smooth transition
- Replace scene-based navigation with label-based jump system
- Add Top direction support and refactor direction vector logic
- Minor code improvements (C# index operator, cleaner initialization)
2025-11-29 04:15:53 +09:00
70b9217d87 feat(VN): Implement basic character appearance feature 2025-11-28 04:22:20 +09:00
d7c5f3113a feat: add ScriptManager for VN Gaming 2025-11-26 04:54:51 +09:00