Subversion Repositories Kolibri OS

Rev

Rev 5264 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. ;---------------------------------------------------------------------
  2. title:
  3.         db 'Rusty Earth (Prototype 1.8) 28.12.2014',0
  4. ;---------------------------------------------------------------------
  5. menu_game_label:
  6.         db 'GAME',0
  7. ;--------------------------------------
  8. menu_settings_label:
  9.         db 'SETTINGS',0
  10. ;--------------------------------------
  11. menu_credits_label:
  12.         db 'CREDITS',0
  13. ;--------------------------------------
  14. menu_help_label:
  15.         db 'HELP',0
  16. ;--------------------------------------
  17. menu_exit_label:
  18.         db 'EXIT',0
  19. ;---------------------------------------------------------------------
  20. menu_settings_sound_label:
  21.         db 'SOUNDS OFF',0
  22. ;--------------------------------------
  23. menu_settings_music_label:
  24.         db 'MUSIC  OFF',0
  25. ;--------------------------------------
  26. text_off_label:
  27.         db 'OFF',0
  28. ;--------------------------------------
  29. text_on_label:
  30.         db 'ON ',0
  31. ;--------------------------------------
  32. menu_setting_exit:
  33.         db 'EXIT',0
  34. ;---------------------------------------------------------------------
  35. menu_credits_text:
  36. .1:     db 'Hello KolibriOS Team!',0
  37. .2:     db 'The game used graphics and sound material',0
  38. .3:     db 'under a free license, borrowed from:',0
  39. .4:     db 'http://untamed.wild-refuge.net/',0
  40. .5:     db 'http://opengameart.org',0
  41. .6:     db 'https://wiki.themanaworld.org',0
  42. ;---------------------------------------------------------------------
  43. menu_help_text:
  44. .1:     db 'Game control',0
  45. .2:     db 'Move the player:',0
  46. .3:     db 'WASD, Arrows or Num8462',0
  47. .4:     db 'Player kick : Space',0
  48. ;---------------------------------------------------------------------
  49.