;--------------------------------------------------------------------- title: db 'Rusty Earth 31.12.2014',0 ;--------------------------------------------------------------------- menu_game_label: db 'GAME',0 ;-------------------------------------- menu_settings_label: db 'SETTINGS',0 ;-------------------------------------- menu_credits_label: db 'CREDITS',0 ;-------------------------------------- menu_help_label: db 'HELP',0 ;-------------------------------------- menu_exit_label: db 'EXIT',0 ;--------------------------------------------------------------------- menu_settings_sound_label: db 'SOUNDS OFF',0 ;-------------------------------------- menu_settings_music_label: db 'MUSIC OFF',0 ;-------------------------------------- text_off_label: db 'OFF',0 ;-------------------------------------- text_on_label: db 'ON ',0 ;-------------------------------------- menu_setting_exit: db 'EXIT',0 ;--------------------------------------------------------------------- stage_text: db 'LEVEL ' .1: db '00',0 ;-------------------------------------- game_win_text: db 'YES! YOU WIN!',0 ;-------------------------------------- protagonist_death_text: db 'REST IN PEACE',0 ;--------------------------------------------------------------------- menu_credits_text: .1: db 'Hello KolibriOS Team!',0 .2: db ' Hello Habrahabr!',0 .3: db 0 .4: db 'The game used graphics and sound material',0 .5: db 'under a free license, borrowed from:',0 .6: db ' http://opengameart.org',0 .7: db 0 .8: db 'NPC sprites by',0 .9: db ' http://untamed.wild-refuge.net',0 .10: db 0 .11: db 'Hatsune Miku Sprites by',0 .12: db ' http://nekorandomnessqueen.deviantart.com',0 .13: db 0 .14: db 'Glyphs of Russo free font by',0 .15: db ' http://www.jovanny.ru',0 ;--------------------------------------------------------------------- menu_help_text: .1: db 'Game control',0 .2: db 'Move the player:',0 .3: db 'WASD, Arrows or Num8462',0 .4: db 'Player kick : Space',0 ;---------------------------------------------------------------------