Subversion Repositories Kolibri OS

Rev

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

Rev 5274 Rev 5292
Line 1... Line 1...
1
;---------------------------------------------------------------------
1
;---------------------------------------------------------------------
2
title:
2
title:
3
	db 'Rusty Earth (Prototype 1.8) 28.12.2014',0
3
	db 'Rusty Earth (Prototype 1.9) 30.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 30... Line 30...
30
	db 'ON ',0
30
	db 'ON ',0
31
;--------------------------------------
31
;--------------------------------------
32
menu_setting_exit:
32
menu_setting_exit:
33
	db 'EXIT',0
33
	db 'EXIT',0
34
;---------------------------------------------------------------------
34
;---------------------------------------------------------------------
-
 
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
;---------------------------------------------------------------------
35
menu_credits_text:
45
menu_credits_text:
36
.1:	db 'Hello KolibriOS Team!',0
46
.1:	db 'Hello KolibriOS Team!',0
37
.2:	db 'The game used graphics and sound material',0
47
.2:	db 'The game used graphics and sound material',0
38
.3:	db 'under a free license, borrowed from:',0
48
.3:	db 'under a free license, borrowed from:',0
39
.4:	db 'http://untamed.wild-refuge.net/',0
49
.4:	db 'http://untamed.wild-refuge.net/',0