mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Killed off RGSS, deleted font installer code
This commit is contained in:
@@ -45,7 +45,7 @@ class Window_Pokedex < Window_DrawableCommand
|
||||
else
|
||||
text = sprintf("%03d ----------",indexNumber)
|
||||
end
|
||||
pbDrawShadowText(self.contents,rect.x+36,rect.y+6 + (mkxp? ? 6 : 0),rect.width,rect.height,
|
||||
pbDrawShadowText(self.contents,rect.x+36,rect.y+6 + 6,rect.width,rect.height,
|
||||
text,self.baseColor,self.shadowColor)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user