2020-07-17 10:33:15 -05: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:
|
|
|
|
; [section] ; section goes between []
|
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
|
|
|
config_version=4
|
|
|
|
|
|
|
|
_global_script_classes=[ {
|
2020-07-18 15:58:23 -05:00
|
|
|
"base": "Area2D",
|
|
|
|
"class": "Collectable",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://script/ItemPickup.gd"
|
|
|
|
}, {
|
2020-07-17 13:15:52 -05:00
|
|
|
"base": "KinematicBody2D",
|
2020-07-19 17:19:31 -05:00
|
|
|
"class": "Enemy",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://ai/Enemy.gd"
|
|
|
|
}, {
|
|
|
|
"base": "KinematicBody2D",
|
2020-07-17 13:15:52 -05:00
|
|
|
"class": "Projectile",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://script/Projectile.gd"
|
|
|
|
}, {
|
2020-07-17 10:33:15 -05:00
|
|
|
"base": "Node",
|
|
|
|
"class": "StateMachine",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://script/StateMachine.gd"
|
2020-07-19 16:11:22 -05:00
|
|
|
}, {
|
|
|
|
"base": "Sprite",
|
|
|
|
"class": "Wand",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://WandClass.gd"
|
2020-07-17 10:33:15 -05:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
2020-07-18 15:58:23 -05:00
|
|
|
"Collectable": "",
|
2020-07-19 17:19:31 -05:00
|
|
|
"Enemy": "",
|
2020-07-17 13:15:52 -05:00
|
|
|
"Projectile": "",
|
2020-07-19 16:11:22 -05:00
|
|
|
"StateMachine": "",
|
|
|
|
"Wand": ""
|
2020-07-17 10:33:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Gamejam"
|
2020-07-19 16:11:22 -05:00
|
|
|
run/main_scene="res://levels/test.tscn"
|
2020-07-17 10:33:15 -05:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
UserData="*res://addons/github-integration/scripts/user_data.gd"
|
|
|
|
IconLoaderGithub="*res://addons/github-integration/scripts/IconLoaderGithub.gd"
|
|
|
|
RestHandler="*res://addons/github-integration/scripts/RestHandler.gd"
|
2020-07-17 19:43:30 -05:00
|
|
|
Globals="*res://script/globals.gd"
|
2020-07-17 14:34:14 -05:00
|
|
|
|
2020-07-19 16:11:22 -05:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
settings/fps/force_fps=60
|
|
|
|
|
2020-07-17 10:33:15 -05:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=320
|
|
|
|
window/size/height=180
|
|
|
|
window/size/test_width=1280
|
|
|
|
window/size/test_height=720
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="keep"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PoolStringArray( "github-integration" )
|
|
|
|
|
|
|
|
[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]
|
|
|
|
|
|
|
|
up={
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
down={
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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)
|
|
|
|
]
|
|
|
|
}
|
2020-07-17 14:34:14 -05:00
|
|
|
shoot={
|
|
|
|
"deadzone": 0.5,
|
2020-07-19 16:11:22 -05:00
|
|
|
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
|
2020-07-18 11:02:40 -05:00
|
|
|
]
|
|
|
|
}
|
2020-07-18 17:07:40 -05:00
|
|
|
inventory={
|
|
|
|
"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":69,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2020-07-17 14:34:14 -05:00
|
|
|
|
|
|
|
[layer_names]
|
|
|
|
|
2020-07-19 16:11:22 -05:00
|
|
|
2d_render/layer_1="Player"
|
2020-07-17 14:34:14 -05:00
|
|
|
2d_physics/layer_1="Player"
|
2020-07-19 16:11:22 -05:00
|
|
|
2d_render/layer_2="World"
|
2020-07-17 14:34:14 -05:00
|
|
|
2d_physics/layer_2="World"
|
|
|
|
2d_physics/layer_3="Enemy"
|
|
|
|
2d_physics/layer_4="Projectiles"
|
2020-07-17 10:33:15 -05:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2020-07-19 16:11:22 -05:00
|
|
|
quality/driver/fallback_to_gles2=true
|
2020-07-17 10:33:15 -05:00
|
|
|
environment/default_environment="res://default_env.tres"
|