Subversion Repositories Kolibri OS

Rev

Rev 5319 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5257 mario79 1
;---------------------------------------------------------------------
2
title:
5317 mario79 3
	db 'Rusty Earth  31.12.2014',0
5257 mario79 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:
5259 mario79 21
	db 'SOUNDS OFF',0
5257 mario79 22
;--------------------------------------
23
menu_settings_music_label:
5259 mario79 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
5257 mario79 34
;---------------------------------------------------------------------
5292 mario79 35
stage_text:
36
	db 'LEVEL '
37
.1:	db '00',0
38
;--------------------------------------
39
game_win_text:
40
	db 'YES! YOU WIN!',0
41
;--------------------------------------
42
protagonist_death_text:
43
	db 'REST IN PEACE',0
44
;---------------------------------------------------------------------
5257 mario79 45
menu_credits_text:
5259 mario79 46
.1:	db 'Hello KolibriOS Team!',0
5317 mario79 47
.2:	db ' Hello Habrahabr!',0
5341 mario79 48
 
49
.3:	db 'The game used graphics and sound material',0
50
.4:	db 'under a free license, borrowed from:',0
51
.5:	db ' http://opengameart.org',0
52
 
53
.6:	db 'NPC sprites by',0
54
.7:	db ' http://untamed.wild-refuge.net',0
55
 
56
.8:	db 'Hatsune Miku Sprites by',0
57
.9:	db ' http://nekorandomnessqueen.deviantart.com',0
58
 
59
.10:	db 'Glyphs of Russo free font by',0
60
.11:	db ' http://www.jovanny.ru',0
61
 
62
.12:	db 'Game author - Marat Zakiyanov aka Mario79',0
5257 mario79 63
;---------------------------------------------------------------------
64
menu_help_text:
5341 mario79 65
.1:	db ' Control',0
66
.2:	db '  WASD',0
67
.3:	db ' Arrows',0
68
.4:	db ' Num8462',0
69
.5:	db 'Kick SPACE',0
5257 mario79 70
;---------------------------------------------------------------------
5341 mario79 71
space_line:
72
	db 0
73
;---------------------------------------------------------------------