godot-demo-projects/viewport/2d_in_3d/project.godot

35 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-08-19 19:10:25 +02:00
; 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:
2017-08-19 19:10:25 +02:00
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=3
[application]
config/name="2D in 3D"
2017-08-19 19:10:25 +02:00
run/main_scene="res://2D_in_3D.tscn"
config/icon="res://icon.png"
[gdnative]
singletons=[ ]
2017-08-19 19:10:25 +02:00
[input]
left_move_up=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
]
left_move_down=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
]
right_move_up=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
]
right_move_down=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
]
[rendering]
environment/default_environment="res://default_env.tres"