Skip to content

Commit

Permalink
Fix cdtitle not setting correctly when changing style
Browse files Browse the repository at this point in the history
rough hack fix, could also just put this same code in the parent actorframe
  • Loading branch information
poco0317 committed Dec 21, 2019
1 parent 0d20da9 commit ba396d9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,9 @@ t[#t + 1] =
InitCommand = function(self)
self:xy(capWideScale(get43size(344), 364) + 50, capWideScale(get43size(345), 255)):halign(0.5):valign(1)
end,
CurrentStyleChangedMessageCommand = function(self)
self:playcommand("MortyFarts")
end,
MortyFartsCommand = function(self)
self:finishtweening()
if song then
Expand Down

0 comments on commit ba396d9

Please sign in to comment.