Skip to content

Commit

Permalink
generalize x cross graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulti-FD committed Aug 9, 2021
1 parent b383d25 commit 3d33a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/BGAnimations/goaldisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ local function makeGoalDisplay(i)
},
Def.Sprite {
-- delete button
Texture = THEME:GetPathG("goaldisplay","goalX.png"),
Texture = THEME:GetPathG("","X.png"),
InitCommand = function(self)
self:xy(c0x - 13,pdh/2.3):zoom(0.3):halign(0):valign(1):diffuse(byJudgment("TapNoteScore_Miss"))
self:xy(c0x - 13,pdh/2.3):zoom(0.3):halign(0):valign(1):diffuse(Color.Red)
end,
HighlightCommand = function(self)
highlightIfOver(self)
Expand Down
File renamed without changes

0 comments on commit 3d33a11

Please sign in to comment.