Skip to content

Commit

Permalink
scale banner properly on init
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 28, 2018
1 parent 676bc31 commit a876629
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -496,6 +496,7 @@ t[#t + 1] =
Name = "Banner",
InitCommand = function(self)
self:x(10):y(61):halign(0):valign(0)
self:scaletoclipped(capWideScale(get43size(384), 384), capWideScale(get43size(120), 120)):diffusealpha(1)
end,
MintyFreshCommand=function(self)
if INPUTFILTER:IsBeingPressed("tab") then
Expand Down

0 comments on commit a876629

Please sign in to comment.