This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
2DHackAndSlay/project.godot

37 lines
708 B
Text
Raw Normal View History

2023-01-30 22:11:51 +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
2023-01-31 11:17:59 +00:00
config_version=5
2023-01-30 22:11:51 +00:00
[application]
config/name="2d Hack And Slay"
2023-01-31 11:17:59 +00:00
config/features=PackedStringArray("4.0")
2023-01-30 22:11:51 +00:00
[editor]
version_control_autoload_on_startup=true
version_control_plugin_name="GitAPI"
2023-01-31 01:06:04 +00:00
[editor_plugins]
2023-01-31 11:17:59 +00:00
enabled=PackedStringArray()
2023-01-31 01:06:04 +00:00
2023-01-30 22:11:51 +00:00
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
2023-01-31 11:17:59 +00:00
textures/canvas_textures/default_texture_filter=0
2023-01-30 22:11:51 +00:00
environment/default_environment="res://default_env.tres"