Skip to content

Commit

Permalink
v00033
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Aug 27, 2021
1 parent b644755 commit e7a1d44
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions @Resources/Includes/Window.ini
Expand Up @@ -9,10 +9,10 @@ ScaleWindowW=1000
; ---------------------------------------------------------------------------- ;
; CacheWindowVariables ;
; ---------------------------------------------------------------------------- ;
WindowPosX=405
WindowPosY=52
Set.W=1092
Set.H=821
WindowPosX=2289
WindowPosY=214
Set.W=865
Set.H=771
; ---------------------------- Important variables --------------------------- ;
WindowMaximized=0
WindowDragMarginSize=6
Expand Down
6 changes: 3 additions & 3 deletions @Resources/Powershell/AddShortcut.ps1
Expand Up @@ -22,15 +22,15 @@ function Check {
}

function Desktop {
Copy-Item -Path "../../Main/Shortcut/#CoreHome.lnk" -Destination "$DesktopPath"
Copy-Item -Path "../../Accessories/Shortcut/#CoreHome.lnk" -Destination "$DesktopPath"
}

function StartFolder {
Copy-Item -Path "../../Main/Shortcut/#CoreHome.lnk" -Destination "$Startpath\Microsoft\Windows\Start Menu\Programs"
Copy-Item -Path "../../Accessories/Shortcut/#CoreHome.lnk" -Destination "$Startpath\Microsoft\Windows\Start Menu\Programs"
}

function RemoveDeskop {
Remove-Item "$DesktopPath\#CoreHome.lnk"
Remove-Item "$DesktopPath\#CoreHome.lnk" -Recurse
}

function RemoveStartFolder {
Expand Down
4 changes: 2 additions & 2 deletions @Resources/SecVar.inc
@@ -1,6 +1,6 @@
[Variables]
Skin.Name=Keylaunch
Skin.Name=ModularClocks
; Skin.Shorthand=

Skin.Set_Page=Info
Skin.Set_Page=Appearance
Skin.Ctx_Ctx=Refresh
4 changes: 2 additions & 2 deletions @Resources/Vars.inc
@@ -1,5 +1,5 @@
[Variables]
UserNameCheckVariable=Jax Tam
UserNameCheckVariable=Jax Tam
LastVersionNumber=00000
; ----------------------------- Scaling variables ---------------------------- ;
; Set.S=0.9
Expand All @@ -24,4 +24,4 @@ Core.Master=3

[Set.S]
Measure=Calc
Formula=0.9
Formula=0.87
2 changes: 1 addition & 1 deletion @Resources/Version.inc
@@ -1,2 +1,2 @@
[Variables]
Core.Ver=00032
Core.Ver=00033
Binary file added Accessories/Shortcut/#CoreHome.lnk
Binary file not shown.
8 changes: 4 additions & 4 deletions Accessories/Tour/5.inc
Expand Up @@ -69,16 +69,16 @@ MeterStyle=Set.String:S | SupportText:S
Meter=Shape
Y=10R
MeterStyle=Support:S
LeftMouseUpAction=["https://www.deviantart.com/jaxoriginals"]
LeftMouseUpAction=["https://discord.gg/JmgehPSDD6"]
[SupportImage.2]
Meter=Image
X=(#Sec.W#/2-([#CURRENTSECTION#:W]+[SupportText.2:W]+5)/2)
ImageName=#@#Icons\Comment.png
ImageTint=#SET.Accent_Color#
ImageName=#@#Icons\Discord.png
ImageTint=108, 130, 206
MeterStyle=SupportImage:S
[SupportText.2]
MEter=String
Text=Give feedback on skins
Text=Join my discord server!
MeterStyle=Set.String:S | SupportText:S

; ---------------------------------------------------------------------------- ;
Expand Down
14 changes: 7 additions & 7 deletions Core/#SettingsC.inc
Expand Up @@ -55,20 +55,20 @@ Meter=String
Text=Appearance
DynamicVariables-1
MeterStyle=Set.String:S | PageText:S
[Layout]
[Render]
Meter=Shape
Y=(10*[Set.S])R
MeterStyle=PageBox:S
Fill=Fill Color #Set.Accent_Color#,(#BarHandler# = 4 ? 255: 0)
Handle=4
Fill=Fill Color #Set.Accent_Color#,(#BarHandler# = 6 ? 255: 0)
Handle=6

[LayoutIcon]
[RenderIcon]
Meter=Image
MeterStyle=PageIcon:S
Greyscale=(#BarHandler# = 4 ? 1 : 0)
Greyscale=(#BarHandler# = 6 ? 1 : 0)

[4]
[6]
Meter=String
Text=Layout
Text=Render
DynamicVariables-1
MeterStyle=Set.String:S | PageText:S
2 changes: 1 addition & 1 deletion Ctx/#ContextC.inc
Expand Up @@ -4,7 +4,7 @@ MeterStyle=CtxBox:S
Fill=Fill Color #Set.Pri_Color#,0
MouseOverAction=[!SetOption #CURRENTSECTION# Fill "Fill Color #Set.Pri_Color#,110"][!SetOption #CURRENTSECTION#Icon ImageTint "234,234,230"][!SetOption 3 FontColor "234,234,230"][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# Fill "Fill Color #Set.Pri_Color#,0"][!SetOption #CURRENTSECTION#Icon ImageTint "#Set.Pri_Color#"][!SetOption 3 FontColor "#Set.Pri_Color#"][!UpdateMeter *][!Redraw]
LeftMouseUpAction=[!Move (1920/2-(1097)/2) (1080/2-(821)/2) "#Sec.Skin#\Main"][!DeactivateConfig]
LeftMouseUpAction=[!Move (1920/2-(870)/2) (1080/2-(771)/2) "#Sec.Skin#\Main"][!DeactivateConfig]
DynamicVariables=1
[CenterIcon]
Meter=Image
Expand Down
2 changes: 1 addition & 1 deletion SecOverrides/Keystrokes/Layout.inc
@@ -1,5 +1,5 @@
[Variables]
Temp.Layout=WASD
Temp.Layout=QWERTY
Temp.Circ=1
Temp.Mouse=1

Expand Down
4 changes: 2 additions & 2 deletions SecOverrides/ModularClocks/Appearance.inc
Expand Up @@ -45,7 +45,7 @@ InlineSetting2=Color | 150,150,150
;================================================================================================================================================================================

[Variables]
VersionPage=2
VersionPage=1

;================================================================================================================================================================================

Expand Down Expand Up @@ -128,7 +128,7 @@ Y=r
MeterStyle=Box
[BoxAdd]
Meter=Shape
X=30
X=362
Y=r
DynamicVariables=1
Fill=Fill Color 255,255,255,50
Expand Down

0 comments on commit e7a1d44

Please sign in to comment.