2014-12-23 03:43:39 +01:00
|
|
|
;---------------------------------------------------------------------
|
|
|
|
title:
|
2014-12-28 19:22:18 +01:00
|
|
|
db 'Rusty Earth (Prototype 1.8) 28.12.2014',0
|
2014-12-23 03:43:39 +01:00
|
|
|
;---------------------------------------------------------------------
|
|
|
|
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:
|
2014-12-23 14:51:32 +01:00
|
|
|
db 'SOUNDS OFF',0
|
2014-12-23 03:43:39 +01:00
|
|
|
;--------------------------------------
|
|
|
|
menu_settings_music_label:
|
2014-12-23 14:51:32 +01:00
|
|
|
db 'MUSIC OFF',0
|
|
|
|
;--------------------------------------
|
|
|
|
text_off_label:
|
|
|
|
db 'OFF',0
|
|
|
|
;--------------------------------------
|
|
|
|
text_on_label:
|
|
|
|
db 'ON ',0
|
|
|
|
;--------------------------------------
|
|
|
|
menu_setting_exit:
|
|
|
|
db 'EXIT',0
|
2014-12-23 03:43:39 +01:00
|
|
|
;---------------------------------------------------------------------
|
|
|
|
menu_credits_text:
|
2014-12-23 14:51:32 +01:00
|
|
|
.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
|
2014-12-23 03:43:39 +01:00
|
|
|
;---------------------------------------------------------------------
|
|
|
|
menu_help_text:
|
2014-12-23 14:51:32 +01:00
|
|
|
.1: db 'Game control',0
|
|
|
|
.2: db 'Move the player:',0
|
|
|
|
.3: db 'WASD, Arrows or Num8462',0
|
|
|
|
.4: db 'Player kick : Space',0
|
2014-12-23 03:43:39 +01:00
|
|
|
;---------------------------------------------------------------------
|