pir-serious-game-ethics/project.godot

102 lines
3.3 KiB
Text
Raw Normal View History

2021-03-09 10:43:57 +01: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=[ {
2021-04-20 11:36:39 +02:00
"base": "Button",
"class": "CustomButton",
"language": "GDScript",
"path": "res://scenes/typo/Button.gd"
}, {
"base": "Node",
"class": "Dialogic",
"language": "GDScript",
"path": "res://addons/dialogic/Other/DialogicClass.gd"
}, {
2021-03-27 10:53:28 +01:00
"base": "Control",
"class": "DialogicBackgroundMusic",
"language": "GDScript",
"path": "res://addons/dialogic/Nodes/BackgroundMusic.gd"
}, {
2021-03-25 22:47:09 +01:00
"base": "Node",
"class": "DialogicDefinitionsUtil",
"language": "GDScript",
"path": "res://addons/dialogic/Other/DialogicDefinitionsUtil.gd"
}, {
"base": "Reference",
"class": "DialogicResources",
2021-03-13 20:11:43 +01:00
"language": "GDScript",
"path": "res://addons/dialogic/Other/DialogicResources.gd"
2021-03-13 20:11:43 +01:00
}, {
"base": "Reference",
"class": "DialogicUtil",
2021-03-13 20:11:43 +01:00
"language": "GDScript",
"path": "res://addons/dialogic/Other/DialogicUtil.gd"
2021-03-09 10:43:57 +01:00
} ]
_global_script_class_icons={
2021-04-20 11:36:39 +02:00
"CustomButton": "",
"Dialogic": "",
2021-03-27 10:53:28 +01:00
"DialogicBackgroundMusic": "",
2021-03-25 22:47:09 +01:00
"DialogicDefinitionsUtil": "",
"DialogicResources": "",
"DialogicUtil": ""
2021-03-09 10:43:57 +01:00
}
[application]
2021-04-30 11:44:16 +02:00
config/name="Serious Game on Ethics"
2021-04-10 18:29:03 +02:00
run/main_scene="res://scenes/MainMenu.tscn"
2021-04-30 15:23:50 +02:00
boot_splash/image="res://splashscreen/splashscreen.png"
2021-04-30 11:44:16 +02:00
config/icon="res://icon/icon.png"
2021-03-09 10:43:57 +01:00
2021-03-25 22:47:09 +01:00
[autoload]
DialogicSingleton="*res://addons/dialogic/Other/DialogicSingleton.gd"
2021-04-08 10:24:27 +02:00
Signals="*res://mini-game/scripts/Signals.gd"
2021-04-25 00:07:38 +02:00
BackgroundMusic="*res://scenes/autoload/BackgroundMusic.tscn"
Transit="*res://addons/transit/Transit.tscn"
2021-03-25 22:47:09 +01:00
[display]
2021-04-09 10:27:22 +02:00
window/size/width=1920
window/size/height=1080
window/size/fullscreen=true
window/stretch/mode="2d"
window/stretch/aspect="keep"
2021-03-25 22:47:09 +01:00
2021-03-09 14:07:34 +01:00
[editor_plugins]
enabled=PoolStringArray( "dialogic" )
2021-03-09 14:07:34 +01:00
2021-03-09 10:43:57 +01:00
[gdnative]
singletons=[ ]
2021-03-09 10:43:57 +01:00
2021-04-23 14:24:15 +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(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
]
}
dialogic_next={
"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)
2021-04-30 14:51:09 +02:00
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"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)
2021-04-23 14:24:15 +02:00
]
}
2021-03-09 10:43:57 +01:00
[rendering]
2021-04-30 14:51:09 +02:00
quality/intended_usage/framebuffer_allocation=1
quality/intended_usage/framebuffer_allocation.mobile=1
2021-03-09 10:43:57 +01:00
environment/default_environment="res://default_env.tres"