diff --git a/Icon.png b/Icon.png new file mode 100644 index 0000000..9d0bd7c Binary files /dev/null and b/Icon.png differ diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..e4a2d0a --- /dev/null +++ b/project.godot @@ -0,0 +1,20 @@ +; 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 + +_global_script_classes=[ ] +_global_script_class_icons={ + +} + +[application] + +config/name="Inventory System Example" +run/main_scene="res://Inventory.tscn" +config/icon="res://icon.png" \ No newline at end of file