mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-09-01 21:32:41 +00:00
restructuring folders, planning on dev for games as standalone first and then porting them to the main thing
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
require "ui"
|
require "lib.tools.ui"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
require "snake"
|
require "lib.minigames.snake"
|
||||||
require "swat"
|
require "lib.minigames.swat"
|
||||||
|
|
||||||
|
|
||||||
--[[
|
--[[
|
4
main.lua
4
main.lua
@@ -132,7 +132,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
require "gamemanager"
|
require "lib.helpers.gamemanager"
|
||||||
|
|
||||||
|
|
||||||
function love.load()
|
function love.load()
|
||||||
@@ -160,4 +160,4 @@ function love.mousepressed(x, y)
|
|||||||
end
|
end
|
||||||
|
|
||||||
--this is for debugging on pc
|
--this is for debugging on pc
|
||||||
require("potion-compat")
|
require("lib.helpers.potion-compat")
|
Reference in New Issue
Block a user