Files
imi_sky/project.godot

49 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; 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=5
[application]
config/name="Имитатор ПО КАПС РПБ для МП-1К"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.4")
config/icon="res://icon.png"
[autoload]
Consts="*res://consts.gd"
Threats="*res://threats.gd"
Tools="*res://tools.gd"
Table="*res://table/table.gd"
Interfers="*res://interfers.gd"
fs="*res://fs.gd"
[display]
window/size/viewport_width=1700
window/size/viewport_height=900
window/size/window_width_override=800
window/size/window_height_override=600
window/stretch/mode="canvas_items"
window/stretch/aspect="keep_width"
[gui]
theme/custom_font="res://main-font.tres"
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
renderer/rendering_method="gl_compatibility"
environment/defaults/default_environment="res://main.tres"