File: menu_game.xml

package info (click to toggle)
clanlib 1.0~svn3827-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,632 kB
  • ctags: 16,580
  • sloc: cpp: 101,591; xml: 6,410; makefile: 1,743; ansic: 463; perl: 424; php: 247; sh: 53
file content (42 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="iso-8859-1"?>
<components>
	<button
		name="btn_to_main_menu"
		x="20"
		y="540"
		text="Back to Main menu"
		type="text"
		size="big" />
	<button
		name="btn_to_play_menu"
		x="700"
		y="540"
		text="Play"
		type="text"
		size="big" />
	<listbox
		name="lb_level"
		x="20"
		y="100"
		height="300"
		width="300"
		type="levels_list" />
	<listbox
		name="lb_level_set"
		x="350"
		y="100"
		height="300"
		width="400" />
	<label
		name="l_level"
		x="25"
		y="75"
		text="Choose level"
		type="type2" />
	<label
		name="l_level_set"
		x="375"
		y="75"
		text="Choose level set"
		type="type1" />
</components>