godot_grid_inventory/project.godot

24 lines
514 B
Plaintext
Raw Normal View History

2024-01-07 02:17:59 -05: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]
2024-01-11 21:00:48 -05:00
config/name="Godot Grid Inventory"
config/features=PackedStringArray("4.2", "C#", "Forward Plus")
2024-01-07 02:17:59 -05:00
config/icon="res://icon.svg"
[autoload]
2024-01-11 21:00:48 -05:00
ItemDatabase="*res://Code/ItemDatabase.cs"
2024-01-11 21:00:48 -05:00
[dotnet]
2024-01-11 21:00:48 -05:00
project/assembly_name="Godot Grid Inventory"