mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Changed functionality of running key, added compatibility with old Mystery Gifts
This commit is contained in:
@@ -592,7 +592,7 @@ def getFormattedText(bitmap,xDst,yDst,widthDst,heightDst,text,lineheight=32,
|
||||
alignstack.push(0)
|
||||
nextline=1 if x>0 && nextline==0
|
||||
else
|
||||
alignstack.pop;
|
||||
alignstack.pop
|
||||
nextline=1 if x>0 && nextline==0
|
||||
end
|
||||
elsif control=="ac" # Center align
|
||||
@@ -600,7 +600,7 @@ def getFormattedText(bitmap,xDst,yDst,widthDst,heightDst,text,lineheight=32,
|
||||
alignstack.push(2)
|
||||
nextline=1 if x>0 && nextline==0
|
||||
else
|
||||
alignstack.pop;
|
||||
alignstack.pop
|
||||
nextline=1 if x>0 && nextline==0
|
||||
end
|
||||
elsif control=="icon" # Icon
|
||||
|
||||
Reference in New Issue
Block a user