Subversion Repository Public Repository

Nextrek

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
var mainData = {
	"title"  : " "  ,
	"title-color"  : "#FF0000"  ,
	 "events"  : advEvents  ,
	 "objects"  : advObjects  ,
	 "quests"  : advQuests  ,
	 "pages"  : advPages  ,
	 "splash"  :  {
		 "splash-time"  :  0 ,
		 "splash-background-color"  :  "#408080" ,
		 "splash-foreground"  :  "icon.png" ,
		 "splash-foreground-width"  :  15 ,
		 "splash-foreground-height"  :  15 ,
		 "splash-text"  :  "SPLASH" ,
		 "splash-text-color"  :  "#000000" 
	},
	 "loading"  :  {
		 "load-time"  :  500 ,
		 "load-delay"  :  500 ,
		 "load-background-color"  :  "#408080" ,
		 "load-foreground"  :  "icon.png" ,
		 "load-foreground-width"  :  15 ,
		 "load-foreground-height"  :  15 ,
		 "load-text"  :  "LOADING" ,
		 "load-text-color"  :  "#000000" 
	},
	"alert"    :{
		 "widthPerc"    : 30 ,
		 "heightPerc"    : 20 ,
		 "alert-background-color"    : "#90b731" ,
		 "alert-background-img"    : "alert-bg.png" ,
		 "hBorderTop-img"    : "top-bg.png" ,
		 "hBorderBottom-img"    : "bottom-bg.png" ,
		 "wBorderLeft-img"    : "left-bg.png" ,
		 "wBorderRight-img"    : "right-bg.png" ,
		 "hBorder-height" :  10  ,
		 "wBorder-width" :  10  ,
		 "alert-OKButton-img"    : "ok-button.png" ,
		 "alert-OKButton-width" :  30   ,
		 "alert-OKButton-height" :  30   
	},
	 "defaults"  :  {
		 "background-color" :  "#808080"   ,
		 "top-background-color" :  "#000000"   ,
		 "bottom-background-color" :  "#C0C0C0"   ,
		 "topContainer-height" :  74   ,
		 "hBorderTop-img" :  "bordo.png"   ,
		 "hBorder-height" :  1   ,
		 "hBorderMid-img" :  "bordo.png"   ,
		 "hBorderBottom-img" :  "bordo.png"   ,
		 "wBorderLeft-img" :  "bordoVV.png"   ,
		 "wBorder-width" :  1 ,
		 "wBorderRight-img" :  "bordoVV.png"   ,
		 "inventory-img" :  "icon.png"   ,
		 "inventory-img-width" :  15   ,
		 "inventory-img-height" :  15   ,
		 "object-width" :  15   ,
		 "object-height" :  15   ,
		 "quests-img" :  "icon.png"   ,
		 "quests-img-width" :  15   ,
		 "quests-img-height" :  15   ,
		 "quests-width" :  15   ,
		 "quests-height" :  15   ,
		 "events-img" :  "icon.png"   ,
		 "events-img-width" :  15   ,
		 "events-img-height" :  15   ,
		 "events-width" :  15   ,
		 "events-height" :  15   
	}
};

Commits for Nextrek/Windows8/Minstrek/DimensioneParallela/App1/json/mainData.js

Diff revisions: vs.
Revision Author Commited Message
15 FMMortaroli picture FMMortaroli Mon 24 Jun, 2013 21:39:28 +0000