mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed text positioning in "Roaming Pokémon" Debug function
This commit is contained in:
@@ -373,6 +373,7 @@ class SpriteWindow_DebugRoamers < Window_DrawableCommand
|
|||||||
end
|
end
|
||||||
|
|
||||||
def shadowtext(t, x, y, w, h, align = 0, colors = 0)
|
def shadowtext(t, x, y, w, h, align = 0, colors = 0)
|
||||||
|
y += 8 # TEXT OFFSET
|
||||||
width = self.contents.text_size(t).width
|
width = self.contents.text_size(t).width
|
||||||
case align
|
case align
|
||||||
when 1
|
when 1
|
||||||
|
|||||||
Reference in New Issue
Block a user