initial commit

This commit is contained in:
2026-03-25 07:13:37 +00:00
commit 8d643a3842
28 changed files with 790 additions and 0 deletions
+7
View File
@@ -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