forked from rubenwardy/NodeBoxEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.conf.example
63 lines (48 loc) · 1.57 KB
/
editor.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# In node box editor mode, snapping makes node boxes
# snap to pixels
snapping = true
# The resolution the nodebox snaps to (can be overriden per node)
default_snap_res = 16
# limiting stops node boxes going out of node bounds
limiting = true
# If true, positions in nodebox properties are shown as multiples of 1/16
fractional_positions = false
# Directory to save projects and export to.
# Should be absolute path.
save_directory =
# The editor should attempt to find Minetest automatically
# If it fails, enter an absolute path to the minetest root folder, eg:
# c://Games/Minetest/
# /home/rubenwardy/Game/Minetest/
# Do not include bin/minetest or bin/minetest.exe in the root.
minetest_root =
# 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
# Lighting
# 0: no lighting / shadows
# 1: Depth lighting (things further away from camera are darker) (TODO)
# 2: Normal lighting (like in Minetest)
lighting = 2
# If true, nodes that are not selected will be hidden
# when not in the node tool
hide_other_nodes = true
# Move all nodes up when a node is placed at negative y
no_negative_node_y = 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
# Enable this if vsync is not working for you
use_sleep = false
# Screen settings
fullscreen = false
width = 896
height = 520