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

28 lines
539 B
Text
Raw Normal View History

2023-02-24 23:09:26 +01: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
[application]
config/name="Gja"
2023-02-25 01:04:08 +01:00
run/main_scene="res://Scenes/Node2D.tscn"
2023-02-24 23:09:26 +01:00
config/icon="res://icon.png"
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://default_env.tres"