add new godot project
This commit is contained in:
22
src/SharpIDE.Godot/project.godot
Normal file
22
src/SharpIDE.Godot/project.godot
Normal file
@@ -0,0 +1,22 @@
|
||||
; 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="SharpIDE.Godot"
|
||||
run/main_scene="uid://b2oniigcp5ew5"
|
||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||
run/max_fps=157
|
||||
run/low_processor_mode=true
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[dotnet]
|
||||
|
||||
project/assembly_name="SharpIDE.Godot"
|
||||
Reference in New Issue
Block a user