restructuring folders, planning on dev for games as standalone first and then porting them to the main thing

This commit is contained in:
2018-09-02 03:29:25 +02:00
parent d0fb98ad8c
commit 10be7e0363
6 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
require "ui"
require "lib.tools.ui"
require "snake"
require "swat"
require "lib.minigames.snake"
require "lib.minigames.swat"
--[[

View File

@@ -132,7 +132,7 @@ end
require "gamemanager"
require "lib.helpers.gamemanager"
function love.load()
@@ -160,4 +160,4 @@ function love.mousepressed(x, y)
end
--this is for debugging on pc
require("potion-compat")
require("lib.helpers.potion-compat")