blob: c8518ef6bfe1675b9021b7f915a49dd60e56e0b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Cigarette Hacker
> [!WARNING]
> This project is in an early exploratory stage with many experimental features, so the documentation focuses on technical description rather than game content description.
## Architecture
Godot `*.tscn` files are used to describe scenes, and the `tools/tscn-to-bsn` tool is used to map them to bevy scenes `*.bsn` for use.
|