Handling interactions

This commit is contained in:
2025-03-01 12:46:04 -06:00
parent f29fad7168
commit 22f50d04e7
5 changed files with 73 additions and 6 deletions

View File

@@ -9,7 +9,6 @@ player : Player
world : World
main :: proc() {
if !os.is_dir("data") {
os.make_directory("data")
}