Set up love-build

This commit is contained in:
Sage Vaillancourt 2025-03-19 23:41:57 -04:00
parent bec3e8e68b
commit 5847e97912
3 changed files with 13 additions and 1 deletions

View File

@ -12,4 +12,5 @@ lint:
stylua --indent-type Spaces ./
build: preprocess
zip -r Game.love ./*
# zip -r Game.love ./*
love-build "$$(pwd)/main.lua"

11
build.lua Normal file
View File

@ -0,0 +1,11 @@
return {
name = 'Game',
developer = 'Sage Vaillancourt',
output = 'dist',
version = '0.1',
love = '11.5',
ignore = {'dist'},
icon = 'icon.png',
identifier = 'sagev.space.game',
}

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB