TUTORIAL: add boilerplate SLUDGE project

This commit is contained in:
Fedor Antokhin
2022-12-12 12:38:41 +03:00
parent d5d715334c
commit b7fca36a71
4 changed files with 31 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

+3
View File
@@ -0,0 +1,3 @@
sub init () {
addOverlay ('image.tga', 0, 0);
}
+28
View File
@@ -0,0 +1,28 @@
[SETTINGS]
windowname=New SLUDGE Game
finalfile=Gamedata
language=English
datafolder=save
quitmessage=Are you sure you want to quit?
customicon=
customlogo=
mouse=2
fullscreen=Y
makesilent=N
showlogo=Y
showloading=Y
invisible=N
ditherimages=Y
width=640
height=480
speed=20
chrRender_def_enabled=Y
chrRender_def_softX=4
chrRender_def_softY=4
chrRender_max_enabled=Y
chrRender_max_readIni=Y
chrRender_max_softX=100
chrRender_max_softY=100
[FILES]
script.slu