From 3d33a11d3565bbbb89ef80238382f1682e929d26 Mon Sep 17 00:00:00 2001 From: ulti_fd Date: Mon, 9 Aug 2021 00:37:18 -0400 Subject: [PATCH] generalize x cross graphic --- Themes/Til Death/BGAnimations/goaldisplay.lua | 4 ++-- .../Graphics/{goaldisplay goalX.png => X.png} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename Themes/Til Death/Graphics/{goaldisplay goalX.png => X.png} (100%) diff --git a/Themes/Til Death/BGAnimations/goaldisplay.lua b/Themes/Til Death/BGAnimations/goaldisplay.lua index 0b131e66eb..713683dc89 100644 --- a/Themes/Til Death/BGAnimations/goaldisplay.lua +++ b/Themes/Til Death/BGAnimations/goaldisplay.lua @@ -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) diff --git a/Themes/Til Death/Graphics/goaldisplay goalX.png b/Themes/Til Death/Graphics/X.png similarity index 100% rename from Themes/Til Death/Graphics/goaldisplay goalX.png rename to Themes/Til Death/Graphics/X.png