The-NodeBox-Generator/editor.conf.example

44 lines
942 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
# Directory to save projects and export to.
# Should be absolute path.
save_directory =
# The view of each viewport
# can be: pers, front, back, top, bottom, left, right
viewport_top_left = pers
viewport_top_right = top
viewport_bottom_left = front
viewport_bottom_right = right
2014-07-10 11:55:40 -07:00
# Lighting
# 0: no lighting / shadows
# 1: Depth lighting (things further away from camera are darker)
# 2: Normal lighting (like in Minetest)
lighting = 2
2013-12-15 09:40:57 -08:00
# 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