I've been trawling through the windows_base and I can't seem to find anywhere to get rid of the default outline around my text. I just want standard text with nothing fancy around it, as it wrecks the feel of the window and makes the text harder to read. I tried putting this script above main as i thought it'd help: Spoiler module Fonts
I've been trawling through the windows_base and I can't seem to find anywhere to get rid of the default outline around my text. I just want standard text with nothing fancy around it, as it wrecks the feel of the window and makes the text harder to read.
I tried putting this script above main as i thought it'd help:
module Fonts
Font.default_name = ["Times New Roman"]
Font.default_size = 22
Font.default_bold = false
Font.default_italic = false
Font.default_shadow = false
end
Can someone shed some light on this?
Protected download