This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld49/project.godot

200 lines
6.6 KiB
Text

; 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": "Resource",
"class": "Activity",
"language": "GDScript",
"path": "res://game/Activity.gd"
}, {
"base": "Button",
"class": "ActivityButton",
"language": "GDScript",
"path": "res://game/ActivityButton.gd"
}, {
"base": "Spatial",
"class": "Cup",
"language": "GDScript",
"path": "res://game/cup/Cup.gd"
}, {
"base": "Spatial",
"class": "CustomerClick",
"language": "GDScript",
"path": "res://game/customer/CustomerClick.gd"
}, {
"base": "Area",
"class": "EspressoMachine",
"language": "GDScript",
"path": "res://level/EspressoMachine.gd"
}, {
"base": "Node",
"class": "FiniteStateMachine",
"language": "GDScript",
"path": "res://game/customer/FSM/fsm_manager.gd"
}, {
"base": "Area",
"class": "Fridge",
"language": "GDScript",
"path": "res://level/Fridge.gd"
}, {
"base": "Node",
"class": "Game",
"language": "GDScript",
"path": "res://game/Game.gd"
}, {
"base": "KinematicBody",
"class": "GenericCustomer",
"language": "GDScript",
"path": "res://game/customer/GenericCustomer.gd"
}, {
"base": "Reference",
"class": "GroupMessenger",
"language": "GDScript",
"path": "res://game/GroupMessenger.gd"
}, {
"base": "Area",
"class": "Interactable",
"language": "GDScript",
"path": "res://level/Interactable.gd"
}, {
"base": "Resource",
"class": "PassiveEffect",
"language": "GDScript",
"path": "res://game/PassiveEffect.gd"
}, {
"base": "Area",
"class": "Register",
"language": "GDScript",
"path": "res://level/Register.gd"
}, {
"base": "Area",
"class": "ServingTray",
"language": "GDScript",
"path": "res://level/ServingTray.gd"
}, {
"base": "Spatial",
"class": "SpatialLabel",
"language": "GDScript",
"path": "res://game/util/SpatialLabel.gd"
}, {
"base": "Node",
"class": "SpotsGroupList",
"language": "GDScript",
"path": "res://game/customer/spots/SpotsGroupList.gd"
}, {
"base": "Control",
"class": "TransitionScreen",
"language": "GDScript",
"path": "res://game/loading/TransitionScreen.gd"
} ]
_global_script_class_icons={
"Activity": "",
"ActivityButton": "",
"Cup": "",
"CustomerClick": "",
"EspressoMachine": "",
"FiniteStateMachine": "",
"Fridge": "",
"Game": "",
"GenericCustomer": "",
"GroupMessenger": "",
"Interactable": "",
"PassiveEffect": "",
"Register": "",
"ServingTray": "",
"SpatialLabel": "",
"SpotsGroupList": "",
"TransitionScreen": ""
}
[application]
config/name="Coffee Crisis"
run/main_scene="res://Intro.tscn"
config/icon="res://icon.png"
[autoload]
DebugOverlay="*res://game/DebugOverlay.tscn"
OrderRepository="*res://game/autoloads/OrderRepository.gd"
HintPopup="*res://game/hud/HintPopup.tscn"
[debug]
gdscript/warnings/unused_variable=false
gdscript/warnings/shadowed_variable=false
gdscript/warnings/unused_argument=false
gdscript/warnings/narrowing_conversion=false
gdscript/warnings/return_value_discarded=false
gdscript/warnings/integer_division=false
[display]
window/size/width=1280
window/size/height=720
[importer_defaults]
scene={
"materials/storage": 2
}
[input]
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":16777220,"unicode":0,"echo":false,"script":null)
]
}
zoom_in={
"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":4,"pressed":false,"doubleclick":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":61,"unicode":0,"echo":false,"script":null)
]
}
zoom_out={
"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":5,"pressed":false,"doubleclick":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":45,"unicode":0,"echo":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":87,"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":16777232,"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)
, 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)
]
}
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(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)
]
}
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(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)
]
}
[physics]
common/physics_fps=160
[rendering]
quality/filters/msaa=2
environment/default_environment="res://default_env.tres"