# Defines the render scale quality for sprites. scale_quality=0 (default) is nearest neighbor, scale_quality=1 is linear, scale_quality=2 is antialiased.
# scale_quality=0
# === Flags available in DragonRuby Game Toolkit Pro ====
# Uncomment the entry below to bytecode compile your Ruby code
# compile_ruby=false
# Uncomment the entry below to specify the package name for your APK
# All Screen Mode's Max Scale: You can specify the maximum scale for your game. Any resolution higher than your max scale will give more area outside of your resolutions safe area:
# default value is 100 (which keeps the baseline 720p and draws to all screen area from there)
# allscreen_max_scale=100
# Supported values for max scale:
# 720p: scales up to 1280x720 (and draws to all screen area from there)