mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Game info
This commit is contained in:
parent
921d6bd2d1
commit
f06b5e899e
1 changed files with 15 additions and 11 deletions
26
experiment.t
26
experiment.t
|
|
@ -2,19 +2,22 @@
|
||||||
#include <en_us.h>
|
#include <en_us.h>
|
||||||
|
|
||||||
versionInfo: GameID
|
versionInfo: GameID
|
||||||
name = 'Uncontrolled experiment'
|
IFID = 'F1E9FCB6-84D5-4FFA-B7E6-74458D83018B'
|
||||||
|
version = '0'
|
||||||
|
|
||||||
|
name = 'Yet another experiment'
|
||||||
|
desc = 'A simple "Escape the room" style game. '
|
||||||
|
showAbout () {
|
||||||
|
" << desc >> <br>
|
||||||
|
Designed as a small set of
|
||||||
|
useful examples for developers. ";
|
||||||
|
}
|
||||||
|
|
||||||
byline = 'by He4eT'
|
byline = 'by He4eT'
|
||||||
authorEmail = 'He4eT <He4eTHb1u@gmail.com>'
|
authorEmail = 'He4eT <He4eTHb1u@gmail.com>'
|
||||||
desc = 'A simple demo for TADS 3.'
|
showCredit () {
|
||||||
version = '0'
|
"Hello there!";
|
||||||
IFID = 'F1E9FCB6-84D5-4FFA-B7E6-74458D83018B'
|
}
|
||||||
showCredit () {"
|
|
||||||
Some credits here.
|
|
||||||
";}
|
|
||||||
showAbout () {"
|
|
||||||
<< desc >> <br>
|
|
||||||
Set of usefull examples for developers.
|
|
||||||
";}
|
|
||||||
;
|
;
|
||||||
|
|
||||||
gameMain: GameMainDef
|
gameMain: GameMainDef
|
||||||
|
|
@ -45,6 +48,7 @@ gameMain: GameMainDef
|
||||||
/* */
|
/* */
|
||||||
|
|
||||||
#include "src/actor/pc.t"
|
#include "src/actor/pc.t"
|
||||||
|
|
||||||
#include "src/action/repair.t"
|
#include "src/action/repair.t"
|
||||||
|
|
||||||
#include "src/item/_bandage.t"
|
#include "src/item/_bandage.t"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue