initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class State
|
||||
# This class holds state information
|
||||
# for example the player inventory / items
|
||||
# also their health, stealth, and memory bars
|
||||
# it can handle mouse input for inventory management and item usage
|
||||
# it can also handle keyboard input for quick item usage
|
||||
end
|
||||
Reference in New Issue
Block a user