Closed CaptainAgilek closed 1 month ago
This pull request implements a new dictionary feature and updates the UI by replacing the stats button overlay with a right-side menu overlay. The changes involve modifying the game's UI and introducing a new Dictionary class to manage game-specific terms and their descriptions.
journey
title User Journey with Right-Side Menu Overlay
section Before Update
User: Click on stats button
User: View stats overlay
section After Update
User: Access right-side menu
User: View additional options
User: Navigate through menu items
classDiagram
class Dictionary {
+content: dict
+__init__()
+add_item(key: str, description: str)
}
Change | Details | Files |
---|---|---|
Replaced stats button overlay with right-side menu overlay |
|
game/story/akt1.rpy |
Implemented a new Dictionary class for managing game-specific terms |
|
game/dictionary/dictionary_ren.py |
Summary by Sourcery
Add a dictionary feature to the game, providing definitions for various Japanese terms. Enhance the user interface by replacing the stats button overlay with a right-side menu overlay in the story script.
New Features:
Enhancements: