added real-time map render!

This commit is contained in:
2024-03-18 15:31:53 -05:00
parent 0d9e48752d
commit 684ebb61a8
9 changed files with 79 additions and 6 deletions

View File

@ -15,7 +15,7 @@ sqlite3 database.sqlite3 "
hp INTEGER,
inventory_ref INTEGER
);
CREATE TABLE IF NOT EXISTS player_inventory (
CREATE TABLE IF NOT EXISTS player_inventory (
id INTEGER PRIMARY KEY AUTOINCREMENT,
type TEXT,
quantity INTEGER,