Skip to content

Commit 3a73bb7

Browse files
committed
v2.2
1 parent 5598d10 commit 3a73bb7

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

Core/General.inc

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[Export:M]
44
Measure=String
5-
OnUpdateAction=[!SetOption #Style# MeterStyle "Box:Selected"][!UpdateMeter #Style#][!Redraw]
5+
OnUpdateAction=[!SetOption #Style# MeterStyle "Box:Selected"][!UpdateMeter #Style#][!UpdateMeterGroup Preload][!UpdateMeterGroup PreviewImages][!SHowMeterGroup Preload][!ShowMeterGroup PreviewImages]
6+
67
; ---------------------------------------------------------------------------- ;
78
; Pre-definted options ;
89
; ---------------------------------------------------------------------------- ;
@@ -35,67 +36,60 @@ Leftmouseupaction=[!WriteKeyValue Variables Style #CURRENTSECTION# "#Sec.SaveLoc
3536
DynamicVariables=1
3637
Container=ContentContainer
3738
Group=Preload
39+
Hidden=1
3840
[Box:Selected]
3941
Shape=Rectangle 0,0,(([ContentContainer:W]-120*[Set.S])/5),(([ContentContainer:W]-120*[Set.S])/5),#set.R# | StrokeWidth 0 | Extend Fill
4042
Fill=Fill Color #Set.Text_Color#,80
4143
DynamicVariables=1
4244
Container=ContentContainer
4345
Group=Preload
46+
Hidden=1
4447
[Center]
4548
Meter=Shape
4649
X=r
4750
Y=(20*[Set.S])R
4851
MeterStyle=Box
49-
Group=V1
5052
[Measure]
5153
Meter=Shape
5254
X=(20*[Set.S])R
5355
Y=r
5456
MeterStyle=Box
55-
Group=V1
5657
[Graph]
5758
Meter=Shape
5859
X=(20*[Set.S])R
5960
Y=r
6061
MeterStyle=Box
61-
Group=V1
6262
[Smart]
6363
Meter=Shape
6464
X=(20*[Set.S])R
6565
Y=r
6666
MeterStyle=Box
67-
Group=V1
6867
[Text]
6968
Meter=Shape
7069
X=(20*[Set.S])R
7170
Y=r
7271
MeterStyle=Box
73-
Group=V1
7472

7573
[CircTech]
7674
Meter=Shape
7775
X=(30*[Set.S])
7876
Y=(20*[Set.S])R
7977
MeterStyle=Box
80-
Group=V2
8178
[Tech]
8279
Meter=Shape
8380
X=(20*[Set.S])R
8481
Y=r
8582
MeterStyle=Box
86-
Group=V2
8783
[Arc]
8884
Meter=Shape
8985
X=(20*[Set.S])R
9086
Y=r
9187
MeterStyle=Box
92-
Group=V2
9388
[Light]
9489
Meter=Shape
9590
X=(20*[Set.S])R
9691
Y=r
9792
MeterStyle=Box
98-
Group=V2
9993

10094
[CenterPreview]
10195
Meter=Image
@@ -106,7 +100,8 @@ W=(([ContentContainer:W]-120*[Set.S])/5)
106100
H=(([ContentContainer:W]-120*[Set.S])/5)
107101
Solidcolor=0,0,0,1
108102
DynamicVariables=1
109-
Group=V1
103+
Group=PreviewImages
104+
Hidden=1
110105

111106
[MeasurePreview]
112107
Meter=Image
@@ -141,7 +136,8 @@ W=(([ContentContainer:W]-120*[Set.S])/5)
141136
H=(([ContentContainer:W]-120*[Set.S])/5)
142137
Solidcolor=0,0,0,1
143138
DynamicVariables=1
144-
Group=V2
139+
Group=PreviewImages
140+
Hidden=1
145141

146142
[TechPreview]
147143
Meter=Image

Core/PatchNote/Main.inc

538 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)