-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathproject.godot
More file actions
64 lines (45 loc) · 1.76 KB
/
project.godot
File metadata and controls
64 lines (45 loc) · 1.76 KB
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
64
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[addons]
scene_library/cache/path="res://addons/scene-library/thumb_cache/"
[application]
config/name="Open Industry Project"
config/features=PackedStringArray("4.7", "Forward Plus")
boot_splash/stretch_mode=0
boot_splash/image="res://assets/png/splash.png"
run/scene_time_scale=1.0
[autoload]
ConveyorSnapping="*res://addons/oip_ui/Autoload/ConveyorSnapping.gd"
[debug]
gdscript/warnings/directory_rules={
"res://addons": 1
}
[editor]
naming/default_signal_callback_name="_on_{NodeName}_{signal_name}"
naming/scene_name_casing=1
[editor_plugins]
enabled=PackedStringArray("res://addons/conveyor_gizmo/plugin.cfg", "res://addons/editor-pilot-mode/plugin.cfg", "res://addons/gantry_gizmo/plugin.cfg", "res://addons/oip_comms/plugin.cfg", "res://addons/oip_ui/plugin.cfg", "res://addons/opc_ua_browser/plugin.cfg", "res://addons/robot_gizmo/plugin.cfg", "res://addons/scene-library/plugin.cfg", "res://addons/tag_groups/plugin.cfg")
[filesystem]
import/blender/enabled=false
import/fbx/enabled=false
[layer_names]
3d_physics/layer_1="Static"
3d_physics/layer_2="Dynamic"
3d_physics/layer_3="Belt"
3d_physics/layer_4="Box"
3d_physics/layer_5="SimpleConveyorShape"
[physics]
3d/run_on_separate_thread=true
common/physics_ticks_per_second=120
3d/physics_engine="Jolt Physics"
jolt_physics_3d/simulation/velocity_steps=15
jolt_physics_3d/simulation/position_steps=20
jolt_physics_3d/simulation/penetration_slop=0.002
jolt_physics_3d/simulation/speculative_contact_distance=0.02
jolt_physics_3d/collisions/collision_margin_fraction=0.0