mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add third room with door
This commit is contained in:
parent
1c14b4c224
commit
4c8495581b
4 changed files with 27 additions and 0 deletions
2
index.t
2
index.t
|
|
@ -29,7 +29,9 @@ gameMain: GameMainDef
|
|||
|
||||
#include "locations/startingRoom.t"
|
||||
#include "locations/secondRoom.t"
|
||||
#include "locations/thirdRoom.t"
|
||||
|
||||
#include "items/note.t"
|
||||
#include "items/fruitBox.t"
|
||||
#include "items/table.t"
|
||||
#include "items/oldDoor.t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue