kolibrios/programs/games/rstearth/localization_eng.inc
Marat Zakiyanov (Mario79) e0ca5a7b52 Rusty Earth - main menu.
git-svn-id: svn://kolibrios.org@5257 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-23 02:43:39 +00:00

40 lines
1.3 KiB
PHP

;---------------------------------------------------------------------
title:
db 'Rusty Earth (Prototype 1.5) 23.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',0
;--------------------------------------
menu_settings_music_label:
db 'MUSIC',0
;---------------------------------------------------------------------
menu_credits_text:
db 'Hello KolibriOS Team!',0
db 'The game used graphics and sound material',0
db 'under a free license, borrowed from:',0
db 'http://untamed.wild-refuge.net/',0
db 'http://opengameart.org',0
db 'https://wiki.themanaworld.org',0
;---------------------------------------------------------------------
menu_help_text:
db 'Game control',0
db 'Move the player:',0
db 'WASD, Arrows or Num8462',0
db 'Player kick : Space',0
;---------------------------------------------------------------------