mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
More fixes to text positions
This commit is contained in:
@@ -122,7 +122,8 @@ class Window_CommandPokemonColor < Window_CommandPokemon
|
||||
base = Color.new(0,80,160)
|
||||
shadow = Color.new(128,192,240)
|
||||
end
|
||||
pbDrawShadowText(self.contents,rect.x,rect.y,rect.width,rect.height,@commands[index],base,shadow)
|
||||
pbDrawShadowText(self.contents,rect.x,rect.y + (mkxp? ? 6 : 0),rect.width,rect.height,
|
||||
@commands[index],base,shadow)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user