From 4f8d6dd049d4f4ffa1373d084dc800de3d80705b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 28 Dec 2023 16:11:24 +0000 Subject: Initial import --- game.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 game.lua (limited to 'game.lua') diff --git a/game.lua b/game.lua new file mode 100644 index 0000000..36d5bdf --- /dev/null +++ b/game.lua @@ -0,0 +1,10 @@ +-- the main game conf +game = { + width = 320, + height = 240, + scale = 3, + name = "Storage Chaos", + id = "storage_usebox_net", + fullscreen = false, + vsync = 1, +} -- cgit v1.2.3