Files
imi_skysens/project.godot

44 lines
825 B
Plaintext

; 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
[application]
config/name="Imi Skysens"
run/main_scene="res://main.tscn"
config/icon="res://icon.png"
[autoload]
Table="*res://table.gd"
Consts="*res://consts.gd"
Threats="*res://threats.gd"
Pomehi="*res://pomehi.gd"
Tools="*res://tools.gd"
[display]
window/size/width=1600
window/size/height=900
window/stretch/mode="2d"
window/stretch/aspect="keep"
[gui]
common/drop_mouse_on_gui_input_disabled=true
theme/custom_font="res://main-font.tres"
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://main.tres"