This commit is contained in:
2021-12-19 18:23:06 +01:00
parent 541def8c7c
commit 0eac57e3ee
3 changed files with 7 additions and 1 deletions

BIN
game.game

Binary file not shown.

View File

@@ -32,7 +32,7 @@
require 'src/Dependencies'
function love.load()
love.window.setTitle('BallCatch50')
love.window.setTitle('SpiderCut')
love.graphics.setDefaultFilter('nearest', 'nearest')
math.randomseed(os.time())

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "SpiderCut",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}