Skip to content
 
 

Repository files navigation

bless-anime-game/ ├── bls.toml # Bless project config ├── index.ts # Entry point ├── src/ # Source files │ ├── core/ # Core game systems │ │ ├── Game.ts # Main game logic │ │ └── MenuManager.ts │ │ └── main.ts
│ │ └── NotificationManager.ts │ ├── utils/ # Utility functions │ │ ├── EventEmitter.ts │ │ └── loadModels.ts ├── public/ # Static assets │ └── index.html │ └── style.css │ └── data/ │ ├── characters.json │ └── models/ │ ├── Textures │ ├── character │ ├── city-kit/ │ └── kit/ ├── tsconfig.base.json # Base TS config ├── tsconfig.debug.json # Debug TS config ├── tsconfig.release.json# Release TS config └── package.json # Dependencies

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages