mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-08-29 03:42:40 +00:00
everything i originally planned on works now, this is officially 1.0, gonna merge it with main and the next plan is to create a lives system instead of a score system
This commit is contained in:
8
main.lua
8
main.lua
@@ -4,6 +4,7 @@ require "swat"
|
||||
function love.load()
|
||||
--love.graphics.set3D(true)
|
||||
snakeplayer:hardreset()
|
||||
swat:load()
|
||||
end
|
||||
|
||||
|
||||
@@ -123,6 +124,9 @@ function love.keyreleased(key)
|
||||
|
||||
end
|
||||
|
||||
function love.mousepressed(a, b)
|
||||
local x, y = love.mouse.getPosition()
|
||||
fly:kill(x, y)
|
||||
end
|
||||
|
||||
|
||||
require("potion-compat")
|
||||
--require("potion-compat")
|
Reference in New Issue
Block a user