TUTORIAL: organize SLUDGE project

This commit is contained in:
Fyodor Antokhin
2023-03-05 00:39:55 +03:00
parent 4cd2452bad
commit a698db1a05
10 changed files with 5 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -5
View File
@@ -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);