2022-03-02 23:03:24 -07: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
|
|
|
|
|
2022-03-03 19:43:58 -07:00
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "",
|
|
|
|
"class": "GitAPI",
|
|
|
|
"language": "NativeScript",
|
|
|
|
"path": "res://addons/godot-git-plugin/git_api.gdns"
|
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"GitAPI": ""
|
|
|
|
}
|
|
|
|
|
2022-03-02 23:03:24 -07:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Tank Blaster"
|
2022-03-17 15:13:55 -06:00
|
|
|
run/main_scene="res://Levels/Main.tscn"
|
2022-03-03 19:29:02 -07:00
|
|
|
boot_splash/image="res://2D Art/Splash Screen/Tank Blaster Splash.png"
|
2022-03-02 23:03:24 -07:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2022-03-03 21:56:35 -07:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://misc/scripts/global.gd"
|
|
|
|
|
2022-03-02 23:03:24 -07:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1920
|
|
|
|
window/size/height=1080
|
|
|
|
window/size/fullscreen=true
|
2022-03-10 11:12:54 -07:00
|
|
|
mouse_cursor/custom_image="res://2D Art/Cursor/Cursor.png"
|
2022-03-02 23:03:24 -07:00
|
|
|
|
2022-03-21 21:01:14 -06:00
|
|
|
[editor_plugins]
|
|
|
|
|
2022-03-24 17:02:53 -06:00
|
|
|
enabled=PoolStringArray( "res://addons/blender_importer/plugin.cfg", "res://addons/mixing-desk/plugin.cfg" )
|
2022-03-21 21:01:14 -06:00
|
|
|
|
2022-03-03 19:43:58 -07:00
|
|
|
[gdnative]
|
|
|
|
|
|
|
|
singletons=[ "res://addons/godot-git-plugin/git_api.gdnlib" ]
|
|
|
|
|
2022-03-02 23:03:24 -07:00
|
|
|
[input]
|
|
|
|
|
|
|
|
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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
2022-03-05 23:33:48 -07:00
|
|
|
, 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)
|
2022-03-02 23:03:24 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
2022-03-05 23:33:48 -07:00
|
|
|
, 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)
|
2022-03-02 23:03:24 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
2022-03-05 23:33:48 -07:00
|
|
|
, 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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
2022-03-02 23:03:24 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
move_forward={
|
|
|
|
"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
2022-03-05 23:33:48 -07:00
|
|
|
, 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)
|
2022-03-02 23:03:24 -07:00
|
|
|
]
|
|
|
|
}
|
2022-03-03 19:29:02 -07:00
|
|
|
shoot={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
2022-03-25 00:21:02 -06:00
|
|
|
open_menu={
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
2022-03-02 23:03:24 -07:00
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|