|
|
|
; 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": "KinematicBody2D",
|
|
|
|
"class": "Actor",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://src/Actors/Actor.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Area2D",
|
|
|
|
"class": "Coin",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://src/Objects/Coin.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Actor",
|
|
|
|
"class": "Enemy",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://src/Actors/Enemy.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Actor",
|
|
|
|
"class": "Player",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://src/Actors/Player.gd"
|
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"Actor": "",
|
|
|
|
"Coin": "",
|
|
|
|
"Enemy": "",
|
|
|
|
"Player": ""
|
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Shirogami's Maze"
|
|
|
|
run/main_scene="res://src/Main/Game.tscn"
|
|
|
|
config/icon="res://icon.png"
|
|
|
|
target_fps="60"
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
global="*res://src/globals.gd"
|
|
|
|
|
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/warnings/enable=false
|
|
|
|
gdscript/completion/autocomplete_setters_and_getters=true
|
|
|
|
gdscript/warnings/return_value_discarded=false
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=320
|
|
|
|
window/size/height=240
|
|
|
|
window/size/test_width=640
|
|
|
|
window/size/test_height=480
|
|
|
|
window/dpi/allow_hidpi=true
|
|
|
|
window/vsync/vsync_via_compositor=true
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="keep"
|
|
|
|
stretch/aspect="keep_height"
|
|
|
|
stretch/mode="2d"
|
|
|
|
|
|
|
|
[gdnative]
|
|
|
|
|
|
|
|
singletons=[ ]
|
|
|
|
|
|
|
|
[image_loader]
|
|
|
|
|
|
|
|
repeat=false
|
|
|
|
|
|
|
|
[importer_defaults]
|
|
|
|
|
|
|
|
texture={
|
|
|
|
"compress/bptc_ldr": 0,
|
|
|
|
"compress/hdr_mode": 0,
|
|
|
|
"compress/lossy_quality": 0.7,
|
|
|
|
"compress/mode": 0,
|
|
|
|
"compress/normal_map": 0,
|
|
|
|
"detect_3d": false,
|
|
|
|
"flags/anisotropic": false,
|
|
|
|
"flags/filter": false,
|
|
|
|
"flags/mipmaps": false,
|
|
|
|
"flags/repeat": 0,
|
|
|
|
"flags/srgb": 2,
|
|
|
|
"process/HDR_as_SRGB": false,
|
|
|
|
"process/fix_alpha_border": true,
|
|
|
|
"process/invert_color": false,
|
|
|
|
"process/premult_alpha": false,
|
|
|
|
"size_limit": 0,
|
|
|
|
"stream": false,
|
|
|
|
"svg/scale": 1.0
|
|
|
|
}
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_cancel={
|
|
|
|
"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":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":88,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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":16777232,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, 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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":90,"physical_scancode":0,"unicode":0,"echo":false,"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":16777231,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, 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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"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":16777233,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, 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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
shoot={
|
|
|
|
"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":90,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
toggle_fullscreen={
|
|
|
|
"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":16777254,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
toggle_pause={
|
|
|
|
"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":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="player"
|
|
|
|
2d_physics/layer_2="enemies"
|
|
|
|
2d_physics/layer_3="coins"
|
|
|
|
2d_physics/layer_4="platforms"
|
|
|
|
2d_physics/layer_5="ground"
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
2d/default_gravity=900
|
|
|
|
|
|
|
|
[rasterizer]
|
|
|
|
|
|
|
|
use_pixel_snap=true
|
|
|
|
|
|
|
|
[render]
|
|
|
|
|
|
|
|
mipmap_policy=1
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
quality/intended_usage/framebuffer_allocation=0
|
|
|
|
quality/intended_usage/framebuffer_allocation.mobile=1
|
|
|
|
2d/snapping/use_gpu_pixel_snap=true
|
|
|
|
quality/filters/anisotropic_filter_level=2
|
|
|
|
quality/filters/use_nearest_mipmap_filter=true
|
|
|
|
quality/depth/hdr=false
|
|
|
|
quality/2d/use_pixel_snap=true
|
|
|
|
|
|
|
|
[texture_import]
|
|
|
|
|
|
|
|
filter=false
|