Skip to content

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
itBunHop committed Apr 19, 2024
1 parent 66249e8 commit cf49650
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 6 deletions.
Binary file modified BGAnimations/_shared background normal/big dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified BGAnimations/_shared background normal/bin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion BGAnimations/_shared background normal/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/>
<Layer
File="big dot"
InitCommand="diffuse,#FA9650"
InitCommand="diffuse,#FF5555"
OnCommand="stretchto,-1024,-1024,1024,1024;customtexturerect,0,0,32,32;texcoordvelocity,-.08,-.070;diffusealpha,0.2;xy,SCREEN_CENTER_X,SCREEN_CENTER_Y"
/>
</children>
Expand Down
Binary file added Graphics/DifficultyList cursor p1 (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Graphics/DifficultyList cursor p1.png
Binary file not shown.
Binary file removed Graphics/DifficultyList cursor p2.png
Binary file not shown.
1 change: 1 addition & 0 deletions Graphics/DifficultyList cursor p2.redir
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DifficultyList cursor p1
Binary file removed Graphics/Judgment BeginnerLabel 2x6.png
Binary file not shown.
1 change: 1 addition & 0 deletions Graphics/Judgment BeginnerLabel 2x6.redir
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Judgment label 2x6 (doubleres)
Binary file added Graphics/Judgment label 2x6 (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Graphics/Judgment label 2x6.png
Binary file not shown.
Binary file modified Numbers/_geo 5x3 (doubleres).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Scripts/00 ThemeHelpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

-- i stole it from itg simply love :cries:
ThemeHelpers.JudgmentTween = function(self) self:zoom(0.8) self:decelerate(.1) self:zoom(0.75) self:sleep(.6) self:accelerate(.2) self:zoom(0) end
ThemeHelpers.HoldTween = function(self) self:diffuse(1,1,1,1) self:zoom(.5); self:sleep(.5) self:diffusealpha(0) end
ThemeHelpers.HoldTween = function(self) self:diffuse(1,1,1,1) self:zoom(.50) self:sleep(.5) self:diffusealpha(0) end
ThemeHelpers.DeltaTimeTween = function(self) self:stoptweening() self:stopeffect() self:diffusealpha(1) self:zoom(1.5) self:decelerate(0.25) self:zoom(1) self:sleep(1) self:diffusealpha(0) end

-- thank you sm5 simply love (and also the fallback theme) --
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wraps = {
-- 2: YOU DIED
-- 3: Wasted
-- Scroll through them with Action5
FailOverlay = 2
FailOverlay = 1

-- Used by OpenITG only; see NotITGPrefs.ini for the NotITG variant
-- Hides song title and banner in ScreenEdit
Expand Down
6 changes: 3 additions & 3 deletions metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ColorP2=@PlayerColor(PLAYER_2)
InitialScreen=InitializeScripts
WindowTitle[email protected]("%s %s - %s",FUCK_EXE and"NotITG"or"OpenITG",string.gsub(string.gfind(GetSerialNumber(),"%d+%-%x+")(),"%x+$",function(s)return string.format("%03d",tonumber(s,16))end),THEME:GetCurThemeName())
DefaultModifiers=overhead, scalable
DefaultCpuModifiers=robot
DefaultCpuModifiers=scalable
DifficultiesToShow=beginner,easy,medium,hard,challenge
CourseDifficultiesToShow=regular,difficult
StepsTypesToHide=dance-couple,lights-cabinet
Expand Down Expand Up @@ -1867,11 +1867,11 @@ EditDescriptionOnCommand=horizalign,right;zoom,.6;shadowlength,0;maxwidth,150
ItemsSpacingY=18
NumShownItems=5
CapitalizeDifficultyNames=0
CursorP1OnCommand=x,-68;bounce;effectmagnitude,-6,0,0;effectperiod,1.0;effectoffset,0.2;effectclock,bgm
CursorP1OnCommand=@'x,-60;bounce;effectmagnitude,-5,0,0;effectperiod,1.0;effectoffset,0.2;zoom,0.3;effectclock,bgm;diffuse,'..PlayerColor(PLAYER_1)
CursorP1OffCommand=
CursorP1TweenOnCommand=
CursorP1ChangeCommand=finishtweening
CursorP2OnCommand=x,200;bounce;effectmagnitude,6,0,0;effectperiod,1.0;effectoffset,0.2;effectclock,bgm
CursorP2OnCommand=@'x,192;bounce;effectmagnitude,5,0,0;effectperiod,1.0;effectoffset,0.2;zoom,0.3;zoomx,-0.3;effectclock,bgm;diffuse,'..PlayerColor(PLAYER_2)
CursorP2OffCommand=
CursorP2TweenOnCommand=
CursorP2ChangeCommand=finishtweening
Expand Down

0 comments on commit cf49650

Please sign in to comment.