2020-08-16 08:50:04 +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:
|
|
|
|
; [section] ; section goes between []
|
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
|
|
|
config_version=4
|
|
|
|
|
|
|
|
_global_script_classes=[ {
|
2020-08-20 13:07:50 +02:00
|
|
|
"base": "CanvasItem",
|
|
|
|
"class": "BlackScreen",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/BlackScreen.gd"
|
|
|
|
}, {
|
2020-08-16 08:50:04 +02:00
|
|
|
"base": "Node",
|
|
|
|
"class": "DialogueAction",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/DialogueAction.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Control",
|
|
|
|
"class": "DialogueBox",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/DialogueBox.gd"
|
|
|
|
}, {
|
2020-08-18 16:55:40 +02:00
|
|
|
"base": "Sprite",
|
|
|
|
"class": "Flatfish",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/game1/Flatfish.gd"
|
|
|
|
}, {
|
2020-08-19 16:57:52 +02:00
|
|
|
"base": "Resource",
|
|
|
|
"class": "GooParticle",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/GooParticle.gd"
|
|
|
|
}, {
|
2020-08-16 08:50:04 +02:00
|
|
|
"base": "Node",
|
|
|
|
"class": "IntroScript",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/scenes/IntroScript.gd"
|
2020-08-19 11:56:10 +02:00
|
|
|
}, {
|
|
|
|
"base": "Sprite",
|
|
|
|
"class": "LogEntity",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://scripts/game1/LogEntity.gd"
|
2020-08-16 08:50:04 +02:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
2020-08-20 13:07:50 +02:00
|
|
|
"BlackScreen": "",
|
2020-08-16 08:50:04 +02:00
|
|
|
"DialogueAction": "",
|
|
|
|
"DialogueBox": "",
|
2020-08-18 16:55:40 +02:00
|
|
|
"Flatfish": "",
|
2020-08-19 16:57:52 +02:00
|
|
|
"GooParticle": "",
|
2020-08-19 11:56:10 +02:00
|
|
|
"IntroScript": "",
|
|
|
|
"LogEntity": ""
|
2020-08-16 08:50:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Crabs Game"
|
|
|
|
run/main_scene="res://scenes/startup.tscn"
|
2020-08-16 10:41:14 +02:00
|
|
|
boot_splash/image="res://images/titleCrab.png"
|
|
|
|
boot_splash/use_filter=false
|
2020-08-17 11:51:44 +02:00
|
|
|
config/icon="res://images/icon.png"
|
2020-08-16 08:50:04 +02:00
|
|
|
|
2020-08-18 11:55:07 +02:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
MusicPlayer="*res://scripts/MusicPlayer.gd"
|
2020-08-20 14:45:54 +02:00
|
|
|
Globals="*res://scripts/Globals.gd"
|
2020-08-18 11:55:07 +02:00
|
|
|
|
2020-08-16 08:50:04 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=192
|
|
|
|
window/size/height=108
|
|
|
|
window/size/fullscreen=true
|
|
|
|
window/vsync/vsync_via_compositor=true
|
2020-08-17 14:37:07 +02:00
|
|
|
window/stretch/mode="viewport"
|
2020-08-16 08:50:04 +02:00
|
|
|
window/stretch/aspect="keep"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
2020-08-16 10:25:32 +02:00
|
|
|
enabled=PoolStringArray( )
|
2020-08-16 08:50:04 +02:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_accept={
|
|
|
|
"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":16777221,"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":16777222,"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":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)
|
|
|
|
]
|
|
|
|
}
|
2020-08-17 12:15:41 +02:00
|
|
|
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,"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)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":15,"pressure":0.0,"pressed":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":16777231,"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)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
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":16777232,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":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":16777234,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2020-08-18 17:45:22 +02:00
|
|
|
interact={
|
|
|
|
"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(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"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)
|
|
|
|
]
|
|
|
|
}
|
2020-08-16 08:50:04 +02:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
quality/intended_usage/framebuffer_allocation=0
|
|
|
|
quality/intended_usage/framebuffer_allocation.mobile=0
|
|
|
|
quality/2d/use_pixel_snap=true
|
|
|
|
environment/default_environment="res://default_env.tres"
|
|
|
|
quality/dynamic_fonts/use_oversampling=false
|