;--------------------------------------------------------------------- title: db 'Rusty Earth (Prototype 1.8) 28.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 ;--------------------------------------------------------------------- menu_credits_text: .1: db 'Hello KolibriOS Team!',0 .2: db 'The game used graphics and sound material',0 .3: db 'under a free license, borrowed from:',0 .4: db 'http://untamed.wild-refuge.net/',0 .5: db 'http://opengameart.org',0 .6: db 'https://wiki.themanaworld.org',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 ;---------------------------------------------------------------------