localzone=Textzone.new{width=self.c_desc.w,height=self.c_desc.h,text=string.toTString"If you have a very high DPI screen you may want to raise this value. Requires a restart to take effect.#WHITE#"}
game:registerDialog(GetQuantitySlider.new("Enter Zoom %","From 50 to 400",math.floor(config.settings.screen_zoom*100),50,400,5,function(qty)
qty=util.bound(qty,50,400)
...
...
@@ -100,7 +100,7 @@ function _M:generateList()
localzone=Textzone.new{width=self.c_desc.w,height=self.c_desc.h,text=string.toTString"Controls the particle effects density.\nThis option allows to change the density of the many particle effects in the game.\nIf the game is slow when displaying spell effects try to lower this setting.#WHITE#"}
localzone=Textzone.new{width=self.c_desc.w,height=self.c_desc.h,text=string.toTString"Apply a global scaling to all fonts.\nApplies after restarting the game"}