Skip to content

Commit

Permalink
Changed favorite and mirror images and positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
joleskins committed Aug 1, 2018
1 parent a7d3fbc commit b76b019
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Themes/Til Death/Graphics/MusicWheelItem grades.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ return Def.ActorFrame{
},
Def.Sprite {
InitCommand=function(self)
self:xy(-14,-2):zoomto(4,19)
self:xy(1,-15):zoomto(4,19)
end,
SetGradeCommand=function(self,params)
if params.Favorited then
self:Load(THEME:GetPathG("","urthemannowdog"))
self:zoomto(24,24)
self:Load(THEME:GetPathG("","favorite"))
self:zoomto(16,16)
self:visible(true)
else
self:visible(false)
Expand All @@ -28,11 +28,11 @@ return Def.ActorFrame{
},
Def.Sprite {
InitCommand=function(self)
self:xy(-40,-2):zoomto(4,19)
self:xy(-9,-15):zoomto(4,19)
end,
SetGradeCommand=function(self,params)
if params.PermaMirror then
self:Load(THEME:GetPathG("","punchthekeysforgodssake"))
self:Load(THEME:GetPathG("","mirror"))
self:zoomto(24,24)
self:visible(true)
else
Expand Down
Binary file added Themes/Til Death/Graphics/favorite.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 added Themes/Til Death/Graphics/mirror.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 not shown.
Binary file removed Themes/Til Death/Graphics/urthemannowdog.png
Binary file not shown.

0 comments on commit b76b019

Please sign in to comment.