Files
imi_skysens/project.godot

46 lines
981 B
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.2")
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=1600
window/size/viewport_height=900
window/stretch/mode="2d"
[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"