This commit is contained in:
UndeadMaelys 2021-04-18 21:46:29 +02:00
parent e1384e7729
commit dd91dd450c
1 changed files with 52 additions and 51 deletions

View File

@ -1,4 +1,5 @@
g3d = require "g3d"
-- load 3d engine
g3d = require("g3d")
@ -183,6 +184,7 @@ function love.draw()
-- debug
if debug then draw_debug() end
end
------ DEBUG ------
@ -265,4 +267,3 @@ function draw_entity(entity)
end
end
--------------------