docs: document TR2 game flow

This commit is contained in:
Marcin Kurczewski 2025-02-04 19:45:28 +01:00
parent 5669e76993
commit c76d8d4394
5 changed files with 461 additions and 481 deletions

View file

@ -1,7 +1,7 @@
{
// NOTE: bad changes to this file may result in crashes.
// Lines starting with double slashes are comments and are ignored.
// Refer to https://github.com/LostArtefacts/TRX/blob/stable/docs/tr1/GAMEFLOW.md
// Refer to https://github.com/LostArtefacts/TRX/blob/stable/docs/GAME_FLOW.md
// for usage.
"main_menu_picture": "data/images/title.webp",

View file

@ -1,7 +1,7 @@
{
// NOTE: bad changes to this file may result in crashes.
// Lines starting with double slashes are comments and are ignored.
// Refer to https://github.com/LostArtefacts/TRX/blob/stable/docs/tr1/GAMEFLOW.md
// Refer to https://github.com/LostArtefacts/TRX/blob/stable/docs/GAME_FLOW.md
// for usage.
"main_menu_picture": "data/images/title_ub.webp",

View file

@ -170,7 +170,6 @@
"puzzle_1": {"name": "Machine Cog"},
},
},
],
"objects": {

View file

@ -175,7 +175,7 @@ from the relevant parties.
We maintain a changelog for each project in the `CHANGELOG.md` files, recording
any changes except internal modifications or refactors. New features and
original bug fixes should also be documented in the `README.md`. If a change
affects game flow behavior, be sure to update the `GAMEFLOW.md` accordingly.
affects game flow behavior, be sure to update the `GAME_FLOW.md` accordingly.
Likewise, changes to the console commands should update `COMMANDS.md`.

File diff suppressed because it is too large Load diff