diff --git a/SLUDGE-project/images/addgame.png b/SLUDGE-project/images/addgame.png new file mode 100644 index 0000000..e7f5811 Binary files /dev/null and b/SLUDGE-project/images/addgame.png differ diff --git a/SLUDGE-project/images/main.png b/SLUDGE-project/images/main.png new file mode 100644 index 0000000..d1fb8fa Binary files /dev/null and b/SLUDGE-project/images/main.png differ diff --git a/SLUDGE-project/resources/democursor.duc b/SLUDGE-project/resources/democursor.duc new file mode 100644 index 0000000..816e851 Binary files /dev/null and b/SLUDGE-project/resources/democursor.duc differ diff --git a/SLUDGE-project/resources/demofont.duc b/SLUDGE-project/resources/demofont.duc new file mode 100644 index 0000000..c2fd07e Binary files /dev/null and b/SLUDGE-project/resources/demofont.duc differ diff --git a/SLUDGE-project/resources/questionmark.duc b/SLUDGE-project/resources/questionmark.duc new file mode 100644 index 0000000..4593352 Binary files /dev/null and b/SLUDGE-project/resources/questionmark.duc differ diff --git a/SLUDGE-project/resources/questionmark_small.duc b/SLUDGE-project/resources/questionmark_small.duc new file mode 100644 index 0000000..62e218f Binary files /dev/null and b/SLUDGE-project/resources/questionmark_small.duc differ diff --git a/SLUDGE-project/resources/rectanglehighlight.duc b/SLUDGE-project/resources/rectanglehighlight.duc new file mode 100644 index 0000000..52881d3 Binary files /dev/null and b/SLUDGE-project/resources/rectanglehighlight.duc differ diff --git a/script.slu b/SLUDGE-project/script.slu similarity index 87% rename from script.slu rename to SLUDGE-project/script.slu index abb9bd3..7b5a776 100644 --- a/script.slu +++ b/SLUDGE-project/script.slu @@ -1,15 +1,15 @@ var selection = NULL; var gameScreen = "screen_main"; var gameMode = "mode_basic"; -var button_questionMarkAnim = anim('questionmark.duc', wait(4, 0), wait(4, 1), wait(4, 2), wait(4, 3)); -var button_rectangleHighlightAnim = anim('rectanglehighlight.duc', 0); -var cursor_scummvmAnim = anim('democursor.duc', 0); -var cursor_questionMarkAnim = anim('questionmark_small.duc', 0); +var button_questionMarkAnim = anim('resources/questionmark.duc', 0); +var button_rectangleHighlightAnim = anim('resources/rectanglehighlight.duc', 0); +var cursor_scummvmAnim = anim('resources/democursor.duc', 0); +var cursor_questionMarkAnim = anim('resources/questionmark_small.duc', 0); sub init () { alignStatus (0); setStatusColour(100, 100, 100); - setFont ('demofont_small.duc', "ÉABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\"'/?!.,;:()*%& -~`@", 12); + setFont ('resources/demofont.duc', "ÉABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\"'/?!.,;:()*%& -~`@", 12); #no perspective scale setScale (0, 0); diff --git a/scummvm-tutorial.slg b/SLUDGE-project/scummvm-tutorial.slg similarity index 80% rename from scummvm-tutorial.slg rename to SLUDGE-project/scummvm-tutorial.slg index 64dca7f..a8739d3 100644 Binary files a/scummvm-tutorial.slg and b/SLUDGE-project/scummvm-tutorial.slg differ diff --git a/scummvm-tutorial.slp b/SLUDGE-project/scummvm-tutorial.slp similarity index 100% rename from scummvm-tutorial.slp rename to SLUDGE-project/scummvm-tutorial.slp