Commit Graph

10 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
2a832f18af refactor(store): improve ChangeVariables() logic 2025-11-30 22:27:47 +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
961f5ab8d8 feat: Add variable system, scene transition, and improve character layout
- **Introduce Variable System**
  - Added singleton class for variable management
  - Implemented script commands `[var]` and `[add]` for variable control
  - Supported variable substitution (`{variable}`) in dialogue and choices

- **Expand Script Features**
  - Added `[scene]` command for scene transition (load scene and link next script)

- **Improve Character Presentation**
  - Refactored character object hierarchy for better animation control
  - Applied mask-based soft transition effect (Soft Wipe) for expression changes
2025-11-29 06:09:34 +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
4230966305 feat: Implement additional animations
- Also performed minor structural refactoring for better readability.
2025-11-28 05:56:41 +09:00
d14817c4f7 chore(TMP, meta): updated files 2025-11-28 04:23:06 +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