ld48/project.godot

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-04-24 00:05:01 +00: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
2021-04-25 23:52:23 +00:00
_global_script_classes=[ {
"base": "RichTextEffect",
"class": "RichTextPulse",
"language": "GDScript",
"path": "res://src/ui/FlashText.gd"
} ]
2021-04-24 00:05:01 +00:00
_global_script_class_icons={
2021-04-25 23:52:23 +00:00
"RichTextPulse": ""
2021-04-24 00:05:01 +00:00
}
[application]
2021-04-25 23:52:23 +00:00
config/name="Gravity Limbo"
config/description="An entry for Ludum Dare 48 with the theme: Deeper and Deeper
Pilot a ship into the gravity well of a planet to rescue the Diligent, get their Warp Crystal, and see how close you can come to brushing the planet."
run/main_scene="res://src/ui/MainMenu.tscn"
2021-04-25 03:05:44 +00:00
boot_splash/fullsize=false
boot_splash/use_filter=false
2021-04-24 00:05:01 +00:00
config/icon="res://icon.png"
2021-04-25 03:05:44 +00:00
[autoload]
GameState="*res://src/GameState.tscn"
2021-04-25 23:52:23 +00:00
[display]
window/size/resizable=false
2021-04-24 00:05:01 +00:00
[rendering]
2021-04-25 03:05:44 +00:00
quality/driver/fallback_to_gles2=true
2021-04-24 00:05:01 +00:00
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"