#4 Setup interaction
This commit is contained in:
parent
ef784c2dbc
commit
9addf1ed07
13 changed files with 223 additions and 33 deletions
|
@ -23,6 +23,7 @@ library
|
|||
|
||||
RPGEngine.Input
|
||||
RPGEngine.Input.Core
|
||||
RPGEngine.Input.ActionSelection
|
||||
RPGEngine.Input.Menu
|
||||
RPGEngine.Input.LevelSelection
|
||||
RPGEngine.Input.Playing
|
||||
|
@ -37,6 +38,7 @@ library
|
|||
|
||||
RPGEngine.Render
|
||||
RPGEngine.Render.Core
|
||||
RPGEngine.Render.ActionSelection
|
||||
RPGEngine.Render.Menu
|
||||
RPGEngine.Render.LevelSelection
|
||||
RPGEngine.Render.Playing
|
||||
|
|
Reference in a new issue