mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-05 01:17:24 +00:00
Add dude character
This commit is contained in:
parent
0814851b27
commit
eeb63408bb
3 changed files with 65 additions and 2 deletions
7
index.t
7
index.t
|
|
@ -25,8 +25,6 @@ gameMain: GameMainDef
|
|||
}
|
||||
;
|
||||
|
||||
#include "characters/pc.t"
|
||||
|
||||
#include "locations/startingRoom.t"
|
||||
#include "locations/secondRoom.t"
|
||||
#include "locations/thirdRoom.t"
|
||||
|
|
@ -36,3 +34,8 @@ gameMain: GameMainDef
|
|||
#include "items/table.t"
|
||||
#include "items/oldDoor.t"
|
||||
#include "items/brokenDoor.t"
|
||||
|
||||
#include "characters/pc.t"
|
||||
#include "characters/dude.t"
|
||||
|
||||
#include "topics/gamedev.t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue