mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Removed debug print in narrow font config
This commit is contained in:
@@ -403,7 +403,6 @@ end
|
|||||||
|
|
||||||
# Sets a bitmap's font to the system narrow font.
|
# Sets a bitmap's font to the system narrow font.
|
||||||
def pbSetNarrowFont(bitmap)
|
def pbSetNarrowFont(bitmap)
|
||||||
p "narrow"
|
|
||||||
bitmap.font.name = pbNarrowFontName
|
bitmap.font.name = pbNarrowFontName
|
||||||
bitmap.font.size = mkxp? ? 29 : 31
|
bitmap.font.size = mkxp? ? 29 : 31
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user