mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Boring starting room with note
This commit is contained in:
parent
a889e75a35
commit
3fb2a693d5
4 changed files with 34 additions and 5 deletions
8
index.t
8
index.t
|
|
@ -17,10 +17,8 @@ gameMain: GameMainDef
|
|||
}
|
||||
;
|
||||
|
||||
firstRoom: Room 'Starting Room'
|
||||
"This is the boring starting room."
|
||||
;
|
||||
#include "characters/pc.t"
|
||||
|
||||
+me: Actor
|
||||
#include "locations/startingRoom.t"
|
||||
|
||||
;
|
||||
#include "items/note.t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue