-
Notifications
You must be signed in to change notification settings - Fork 10
/
DLC.inc
170 lines (160 loc) · 11 KB
/
DLC.inc
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
; ---------------------------------------------------------------------------- ;
; Function ;
; ---------------------------------------------------------------------------- ;
; ---------------------------------------------------------------------------- ;
; Style ;
; ---------------------------------------------------------------------------- ;
[Item.Shape:S]
X=(20*[Set.S])
Y=(40*[SEt.S])r
Shape=Rectangle 0,0,([#Sec.Container#:W]-#Set.P#),(50*[SEt.S]),(2*[Set.S]) | StrokeWidth 0 | Extend Fill
Fill=Fill Color #Set.Sec_Color#
Stroke=Stroke Color #Set.Ter_Color#
MouseOverAction=[!SetOption #CURRENTSECTION# Fill "Fill Color #Set.Ter_Color#"][!SetOption #CURRENTSECTION# Stroke "Stroke Color #Set.Subtext_Color#,50"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# Fill "Fill Color #Set.Sec_Color#"][!SetOption #CURRENTSECTION# Stroke "Stroke Color #Set.Ter_Color#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
DynamicVariables=1
Container=#Sec.Container#
[Item.StringIcon:S]
X=(50*[Set.S]/2)r
Y=(50*[Set.S]/2)r
FontSize=((16*[SEt.S])*#FontSizeModifier#)
StringAlign=leftCenter
FontFace=Material Icons Round
Container=#Sec.Container#
[Item.String:S]
X=(#Set.P#/2)R
Y=r
W=([#Sec.Container#:W]-#Set.P#-85*[SEt.S])
ClipString=2
StringAlign=LeftCenter
Container=#Sec.Container#
[Item.Button.Shape:S]
X=([#Sec.Container#:W]-#Set.P#-30*[SEt.S])
Y=(-15*[Set.S])r
Shape=Rectangle 0,0,(30*[Set.S]),(30*[Set.S]),(5*[Set.S]) | StrokeWidth 0 | Extend Stroke
Stroke=Fill Color #Set.Positive_color#,100
MouseOverAction=[!SetOption #CURRENTSECTION# Stroke "Fill Color #Set.Positive_color#,200"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# Stroke "Fill Color #Set.Positive_color#,100"][!UpdateMeter #CURRENTSECTION#][!Redraw]
DynamicVariables=1
Container=#Sec.Container#
[Item.Button.StringIcon:S]
X=(30*[Set.S]/2)r
Y=(30*[Set.S]/2)r
StringAlign=CenterCEnter
Text=[\xe5ce]
FontFace=Material Icons Round
Container=#Sec.Container#
; ---------------------------------------------------------------------------- ;
; Content ;
; ---------------------------------------------------------------------------- ;
[Bg.Img]
Meter=Image
X=0
W=[ContentContainer:W]
H=(#Set.H#*0.6)
DynamicVariables=1
ImageAlpha=230
ImageName="#SKINSPATH##SKin.Name#\@Resources\Images\DLC\Vekl.png"
MaskImageName="#SKINSPATH##SKin.Name#\@Resources\Images\DLC\Mask.png"
PreserveAspectRatio=2
Container=ContentContainer
[Header]
Meter=String
X=(20*[Set.S])
Y=(30*[Set.S]+#Scroll#)
DynamicVariables=1
Text=#SKIN.NAME# Downloadable contents
FontWeight=300
FontSize=((12*[Set.S])*#FontSizeModifier#)
MeterStyle=Set.String:S
[Spotlight.Title.String]
Meter=String
Text="Vekl"
X=r
Y=(#Set.P#*1.5)r
FontSize=((80*[Set.S])*#FontSizeModifier#)
InlineSetting=GradientColor | 180 | #Set.Accent_Color# ; 0.0 | #Set.Accent_Color_2# ; 1.0
FontWEight=800
MeterStyle=Set.String:S | SEc.String:S
[Spotlight.Des.String]
Meter=String
Text=A flat-designed set of modules, inspired by multiple unix rices.
X=r
Y=R
W=(#SEt.W#-#set.L#-#set.P#*2)
ClipString=2
MeterStyle=Set.String:S | SEc.String:S
[Spotlight.Price.String]
Meter=String
Text=Get it for $3+!#CRLF#
X=r
Y=(#Set.P#/2)R
W=(#SEt.W#-#set.L#-#set.P#*2-400*[Set.S])
ClipString=2
FontWeight=300
InlinePattern=\$3\+
InlineSetting=Color | #Set.Accent_Color_2#
InlinePattern2=\$3\+
InlineSetting2=Weight | 500
MeterStyle=Set.String:S | SEc.String:S
[Spotlight.Button1.Shape]
Meter=Shape
X=r
Y=(#set.P#/2)R
OverColor=#Set.Text_Color#,150
LeaveColor=#Set.Text_Color#,50
DynamicVariables=1
Shape=Rectangle 0,0,200,40,#set.r# | StrokeWidth 0 | Extend Fill | Scale [Set.S],[Set.S],0,0
Fill=Fill Color [&Func:LocalVar('#CURRENTSECTION#', 'LeaveColor')],#Set.Alpha#
MouseOverAction=[!SetOption #CURRENTSECTION# Fill "Fill Color [&Func:LocalVar('#CURRENTSECTION#', 'OverColor')],#Set.Alpha#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# Fill "Fill Color [&Func:LocalVar('#CURRENTSECTION#', 'LeaveColor')],#Set.Alpha#"][!UpdateMeter #CURRENTSECTION#][!Redraw]
LeftMouseUpAction=["https://ko-fi.com/jaxoriginals/shop"]
Container=#Sec.Container#
[Spotlight.Button1.String]
Meter=String
X=(200*[Set.S]/2)r
Y=(40*[Set.S]/2)r
StringAlign=CenterCenter
Text=See details
MeterStyle=Set.String:S | SEc.String:S
[Div]
Meter=Shape
X=(20*[Set.S])
Y=(#Set.H#*0.6+#Set.P#/2)
MeterStyle=Set.DIv:S
[Item1.Shape]
Meter=Shape
MeterStyle=Item.Shape:S
[Item1.StringIcon]
Meter=String
Text=[\xe65f]
Fontcolor=FECC50
MeterStyle=Set.String:S | Item.StringIcon:S
[Item1.String]
Meter=String
Text=Get deluxe exclusive contents to work with the base module!
MeterStyle=Set.String:S | Item.String:S
[Item2.Shape]
Meter=Shape
MeterStyle=Item.Shape:S
[Item2.StringIcon]
Meter=String
Text=[\xf041]
Fontcolor=2FB0CD
MeterStyle=Set.String:S | Item.StringIcon:S
[Item2.String]
Meter=String
Text=Get multiple ValliStart modules from 1 DLC!
MeterStyle=Set.String:S | Item.String:S
[Item3.Shape]
Meter=Shape
MeterStyle=Item.Shape:S
[Item3.StringIcon]
Meter=String
Text=[\xe9e4]
Fontcolor=183, 255, 123
MeterStyle=Set.String:S | Item.StringIcon:S
[Item3.String]
Meter=String
Text=All the money goes towards the momentum of development!
MeterStyle=Set.String:S | Item.String:S