This repository has been archived on 2024-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
SymbolEngine__archived_repo.../Editor/project.godot

21 lines
495 B
Plaintext
Raw Normal View History

2022-05-12 04:24:27 -07: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=5
[application]
config/name="SymbolEngine"
2022-05-12 09:57:00 -07:00
run/main_scene="res://main.tscn"
2022-05-12 04:24:27 -07:00
config/icon="res://icon.png"
config/features=PackedStringArray("4.0", "Vulkan Clustered")
2022-05-12 09:57:00 -07:00
[native_extensions]
paths=["res://../Source/gdexample.gdextension"]