Subversion Repositories Kolibri OS

Rev

Rev 5292 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5292 Rev 5317
Line 1... Line 1...
1
;---------------------------------------------------------------------
1
;---------------------------------------------------------------------
2
title:
2
title:
3
	db 'Rusty Earth (Prototype 1.9) 30.12.2014',0
3
	db 'Rusty Earth  31.12.2014',0
4
;---------------------------------------------------------------------
4
;---------------------------------------------------------------------
5
menu_game_label:
5
menu_game_label:
6
	db 'GAME',0
6
	db 'GAME',0
7
;--------------------------------------
7
;--------------------------------------
8
menu_settings_label:
8
menu_settings_label:
Line 42... Line 42...
42
protagonist_death_text:
42
protagonist_death_text:
43
	db 'REST IN PEACE',0
43
	db 'REST IN PEACE',0
44
;---------------------------------------------------------------------
44
;---------------------------------------------------------------------
45
menu_credits_text:
45
menu_credits_text:
46
.1:	db 'Hello KolibriOS Team!',0
46
.1:	db 'Hello KolibriOS Team!',0
-
 
47
.2:	db ' Hello Habrahabr!',0
-
 
48
.3:	db 0
47
.2:	db 'The game used graphics and sound material',0
49
.4:	db 'The game used graphics and sound material',0
48
.3:	db 'under a free license, borrowed from:',0
50
.5:	db 'under a free license, borrowed from:',0
-
 
51
.6:	db ' http://opengameart.org',0
-
 
52
.7:	db 0
-
 
53
.8:	db 'NPC sprites by',0
49
.4:	db 'http://untamed.wild-refuge.net/',0
54
.9:	db ' http://untamed.wild-refuge.net',0
-
 
55
.10:	db 0
-
 
56
.11:	db 'Hatsune Miku Sprites by',0
50
.5:	db 'http://opengameart.org',0
57
.12:	db ' http://nekorandomnessqueen.deviantart.com',0
-
 
58
.13:	db 0
-
 
59
.14:	db 'Glyphs of Russo free font by',0
51
.6:	db 'https://wiki.themanaworld.org',0
60
.15:	db ' http://www.jovanny.ru',0
52
;---------------------------------------------------------------------
61
;---------------------------------------------------------------------
53
menu_help_text:
62
menu_help_text:
54
.1:	db 'Game control',0
63
.1:	db 'Game control',0
55
.2:	db 'Move the player:',0
64
.2:	db 'Move the player:',0
56
.3:	db 'WASD, Arrows or Num8462',0
65
.3:	db 'WASD, Arrows or Num8462',0