remove game/ directory
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 860 KiB After Width: | Height: | Size: 860 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
2
justfile
|
@ -1,4 +1,4 @@
|
|||
src_dir := "$PWD/game"
|
||||
src_dir := "$PWD"
|
||||
build_dir := "$PWD/build"
|
||||
itchio := "damantisshrimp/taqin"
|
||||
|
||||
|
|