mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
docs: document TR2 game flow
This commit is contained in:
parent
5669e76993
commit
c76d8d4394
5 changed files with 461 additions and 481 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -170,7 +170,6 @@
|
|||
"puzzle_1": {"name": "Machine Cog"},
|
||||
},
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
"objects": {
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue