Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. _window_caption db 'Soft landing',0             ;çàãîëîâîê ïðèëîæåíèÿ
  2.  
  3. _text_game_over   db 'G A M E   O V E R', 0
  4. _text_level_complete db 'L E V E L   C O M P L E T E', 0
  5. _text_intro_title db '  S O F T   L A N D I N G', 0
  6. _text_intro_description1 db 'Provide a soft landing, clearing the runway from the city buildings', 0
  7.  
  8. _text_intro_key_controls db '   Control keys:', 0
  9. _text_intro_key_ctrl db ' CTRL - drop a bomb', 0
  10. _text_intro_key_space db 'SPACE - do a barrel roll', 0
  11. _text_intro_select_level db '      Use UP and DOWN arrow keys for select game level:', 0
  12. _text_intro_level_num db ' LEVEL', 0
  13. _text_intro_set_volume db   '      Use LEFT and RIGHT arrow keys for setting volume:', 0
  14. _text_intro_volume_num db 'VOLUME', 0
  15.  
  16. _text_intro_start_space   db 'Press SPACE for start game', 0
  17. _text_intro_exit_key   db 'Esc - exit', 0