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"  : "not valid"  ,
	"title-color"  : "#111111"  ,
	 "events"  : advEvents  ,
	 "objects"  : advObjects  ,
	 "quests"  : advQuests  ,
	 "pages"  : advPages  ,
	 "splash"  :  {
		 "splash-time"  :  2000 ,
		 "splash-background-color"  :  "#f0e6dc" ,
		 "splash-foreground"  :  "loadForeground_webOS.gif" ,
		 "splash-foreground-width"  :  320 ,
		 "splash-foreground-height"  :  320 ,
		 "splash-text"  :  "Qui comincia la tua storia..." ,
		 "splash-text-color"  :  "#cf6e10" 
	},
	 "loading"  :  {
		 "load-time"  :  800 ,
		 "load-delay"  :  50 ,
		 "load-background-color"  :  "#FFFFFF" ,
		 "load-foreground"  :  "book.gif" ,
		 "load-foreground-width"  :  416 ,
		 "load-foreground-height"  :  312 ,
		 "load-text"  :  "caricamento..." ,
		 "load-text-color"  :  "#111111" 
	},
	"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" :  "#DDDDDD"   ,
		 "top-background-color" :  "#EEEEEE"   ,
		 "bottom-background-color" :  "#EFEFEF"   ,
		 "topContainer-height" :  70   ,
		 "hBorderTop-img" :  "hBorderTop_webOS_ls.jpg"   ,
		 "hBorder-height" :  10   ,
		 "hBorderMid-img" :  "hBorderMid_webOS_pt.jpg"   ,
		 "hBorderBottom-img" :  "hBorderBottom_webOS_ls.jpg"   ,
		 "wBorderLeft-img" :  "wBorderLeft_webOS_pt.jpg"   ,
		 "wBorder-width" :  15   ,
		 "wBorderRight-img" :  "wBorderRight_webOS_ls.jpg"   ,
		 "inventory-img" :  "inventory_webOS.jpg"   ,
		 "inventory-img-width" :  25   ,
		 "inventory-img-height" :  25   ,
		 "object-width" :  40   ,
		 "object-height" :  40   ,
		 "quests-img" :  "quests_webOS.jpg"   ,
		 "quests-img-width" :  25   ,
		 "quests-img-height" :  25   ,
		 "quests-width" :  40   ,
		 "quests-height" :  40   ,
		 "events-img" :  "events_webOS.jpg"   ,
		 "events-img-width" :  25   ,
		 "events-img-height" :  25   ,
		 "events-width" :  40   ,
		 "events-height" :  40   
	}
};

Commits for Nextrek/minstrek/GameEditorBKP - Copia/GameEditor/bin/Release/json/nuova2/mainData.js

Diff revisions: vs.
Revision Author Commited Message
78 JMBauan picture JMBauan Fri 21 Feb, 2014 12:04:23 +0000