diff --git a/image.slx b/image.slx new file mode 100644 index 0000000..b6d5bd2 Binary files /dev/null and b/image.slx differ diff --git a/image.tga b/image.tga new file mode 100644 index 0000000..64e7774 Binary files /dev/null and b/image.tga differ diff --git a/script.slu b/script.slu new file mode 100644 index 0000000..0c86d5d --- /dev/null +++ b/script.slu @@ -0,0 +1,3 @@ +sub init () { + addOverlay ('image.tga', 0, 0); +} diff --git a/tutorial.slp b/tutorial.slp new file mode 100644 index 0000000..4e8b24b --- /dev/null +++ b/tutorial.slp @@ -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