mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Removed debug print in narrow font config
This commit is contained in:
@@ -384,11 +384,11 @@ end
|
||||
|
||||
# Sets a bitmap's font to the system font.
|
||||
def pbSetSystemFont(bitmap)
|
||||
fontname=MessageConfig.pbGetSystemFontName
|
||||
bitmap.font.name=fontname
|
||||
if fontname=="Pokemon FireLeaf" || fontname=="Power Red and Green"
|
||||
fontname = MessageConfig.pbGetSystemFontName
|
||||
bitmap.font.name = fontname
|
||||
if fontname == "Pokemon FireLeaf" || fontname == "Power Red and Green"
|
||||
bitmap.font.size = mkxp? ? 27 : 29
|
||||
elsif fontname=="Pokemon Emerald Small" || fontname=="Power Green Small"
|
||||
elsif fontname == "Pokemon Emerald Small" || fontname == "Power Green Small"
|
||||
bitmap.font.size = mkxp? ? 29 : 31
|
||||
else
|
||||
bitmap.font.size = mkxp? ? 29 : 31
|
||||
@@ -403,8 +403,7 @@ end
|
||||
|
||||
# Sets a bitmap's font to the system narrow font.
|
||||
def pbSetNarrowFont(bitmap)
|
||||
p "narrow"
|
||||
bitmap.font.name=pbNarrowFontName
|
||||
bitmap.font.name = pbNarrowFontName
|
||||
bitmap.font.size = mkxp? ? 29 : 31
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user