Initial commit
This commit is contained in:
commit
ee4762673a
14 changed files with 410 additions and 0 deletions
7
run.ps1
Normal file
7
run.ps1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env pwsh
|
||||
|
||||
. ".\common.ps1"
|
||||
|
||||
$love2d = $env:LOVE2D_EXE ?? "C:/Program Files/LOVE/love.exe"
|
||||
|
||||
RunProgram -program $love2d -arguments $(Resolve-Path "./game")
|
||||
Loading…
Add table
Add a link
Reference in a new issue