TBD: Description of the game.
TBD: How to play the game.
- Sipzio
- Xkonti
- D4Devil
- Godot Engine 4.3.0
- GDScript
This project uses dual licensing:
- All source code is licensed under the GNU General Public License v3.0 (GPL-3.0).
- All assets are licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.
Please see the respective license files for more details.
assets/
: Contains all the assets used in the game categorized by type:audio/
: Contains all the audio files used in the gamemodels/
: Contains all the 3D models used in the game (if any)sprites/
: Contains all the 2D and animated sprites used in the gametextures/
: Contains all the textures (not sprites) used in the game that are not specific to a single model
resources/
: Contains all the serialized resources used in the game categorized by type. These could be tilemaps, materials, particle effects, etc.scenes/
: Contains all the scenes used in the game categorized by type:autoloads/
: Contains all the global scenes (autoloads)characters/
: Contains all the character sceneslevels/
: Contains all the level scenesobjects/
: Contains all the interactive objects used in the game (doors, switches, pickups, etc.)props/
: Contains all the non-interactive props used in the game (walls, foliage, furniture, etc.)ui/
: Contains all the UI scenesmain.tscn
: The main scene of the game
scripts/
: Contains all the scripts used in the game categorized by features