Commit Graph

4 Commits

Author SHA1 Message Date
6bd2f87ff5 feat: Add core VN system scripts, package dependencies, and initial project settings. 2025-12-10 16:15:23 +09:00
e30b81c440 chore: change class names 2025-11-29 23:00:44 +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
d7c5f3113a feat: add ScriptManager for VN Gaming 2025-11-26 04:54:51 +09:00