The-NodeBox-Generator/editor.conf.example

27 lines
504 B
Plaintext
Raw Normal View History

2013-12-15 09:40:57 -08:00
# In node box editor mode, snapping makes node boxes
# snap to pixels
snapping = true
# limiting stops node boxes going out of node bounds
limiting = true
# Driver used to render
driver = opengl
# Hide the sidebar
hide_sidebar = false
# Whether the position draw handle should be shown
always_show_position_handle = false
# Vertical syncronisation
dont_use_vsync = false
2014-02-12 07:12:06 -08:00
# Enable this if vsync is not working for you
use_sleep = false
2013-12-15 09:40:57 -08:00
# Screen settings
fullscreen = false
width = 896
2014-02-12 07:12:06 -08:00
height = 520