140 lines
5.5 KiB
Plaintext
140 lines
5.5 KiB
Plaintext
; 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=4
|
|
|
|
_global_script_classes=[ {
|
|
"base": "Reference",
|
|
"class": "Appender",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/appender.gd"
|
|
}, {
|
|
"base": "Appender",
|
|
"class": "ConsoleAppender",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/appenders/console_appender.gd"
|
|
}, {
|
|
"base": "Appender",
|
|
"class": "FileAppender",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/appenders/file_appender.gd"
|
|
}, {
|
|
"base": "Layout",
|
|
"class": "HtmlLayout",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/layouts/html_layout.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "Layout",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/layout.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "Message",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/message.gd"
|
|
}, {
|
|
"base": "Layout",
|
|
"class": "PatternLayout",
|
|
"language": "GDScript",
|
|
"path": "res://Util/gs_logger/layouts/pattern_layout.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"Appender": "",
|
|
"ConsoleAppender": "",
|
|
"FileAppender": "",
|
|
"HtmlLayout": "",
|
|
"Layout": "",
|
|
"Message": "",
|
|
"PatternLayout": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="WikiJam"
|
|
run/main_scene="res://Level/Fortaleza.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[autoload]
|
|
|
|
Logger="*res://Util/gs_logger/logger.gd"
|
|
Collector="*res://Util/Collector.gd"
|
|
|
|
[display]
|
|
|
|
window/size/width=1080
|
|
window/size/height=720
|
|
|
|
[input]
|
|
|
|
move_fwrd={
|
|
"deadzone": 0.5,
|
|
"events": [ 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)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
move_back={
|
|
"deadzone": 0.5,
|
|
"events": [ 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)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
move_left={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
move_right={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
move_jump={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
]
|
|
}
|
|
move_sprint={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":7,"pressure":0.0,"pressed":false,"script":null)
|
|
]
|
|
}
|
|
cam_move_left={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
cam_move_right={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
cam_move_up={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
cam_move_down={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|