-
Notifications
You must be signed in to change notification settings - Fork 1
Project Structure Overview
Snorre Strand edited this page Jun 11, 2024
·
1 revision
This document outlines the structure of our project, detailing the purpose of each directory and its contents. Our project is organized into several key directories, each serving a specific role in the development and deployment of the game and its associated tools and documentation.
.
├── ai
│ ├── image
│ ├── text
│ └── voice
├── docs
├── game
│ ├── audio
│ │ ├── music
│ │ └── sfx
│ ├── engine
│ │ ├── api
│ │ └── utils
│ ├── entities
│ │ ├── npc
│ │ └── player
│ ├── maps
│ │ ├── levels
│ │ └── main.tscn
│ ├── models
│ ├── tilesets
│ └── ui
│ ├── dialogue
│ └── menus