Add new level transition state machine
This commit is contained in:
@@ -146,7 +146,7 @@ adding a new def. See `src/game/projectile.h` for the full definition.
|
||||
## Levels
|
||||
|
||||
### Format (.lvl)
|
||||
Current directives: `TILESET`, `SIZE`, `SPAWN`, `GRAVITY`, `WIND`, `BG_COLOR`, `MUSIC`, `PARALLAX_FAR`, `PARALLAX_NEAR`, `TILEDEF`, `ENTITY`, `EXIT`, `LAYER`
|
||||
Current directives: `TILESET`, `SIZE`, `SPAWN`, `GRAVITY`, `WIND`, `BG_COLOR`, `MUSIC`, `PARALLAX_FAR`, `PARALLAX_NEAR`, `TRANSITION_IN`, `TRANSITION_OUT`, `TILEDEF`, `ENTITY`, `EXIT`, `LAYER`
|
||||
|
||||
**Needed additions:**
|
||||
- `STORM`, `DRAG` — Remaining atmosphere settings
|
||||
|
||||
Reference in New Issue
Block a user