#4 Added player and object data types
This commit is contained in:
parent
0257bb8220
commit
4c1f25e49d
3 changed files with 80 additions and 1 deletions
|
@ -11,8 +11,11 @@ library
|
|||
gloss >= 1.11 && < 1.14, gloss-juicy >= 0.2.3
|
||||
exposed-modules:
|
||||
RPGEngine,
|
||||
-- Control
|
||||
Input, InputHandling,
|
||||
Game, State,
|
||||
-- Data
|
||||
Game, Internals, Player, State,
|
||||
-- Render
|
||||
Render
|
||||
|
||||
executable rpg-engine
|
||||
|
|
Reference in a new issue