diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..c6bbb7d --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..9a85d79 --- /dev/null +++ b/project.godot @@ -0,0 +1,24 @@ +; 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="farmin_game" +config/description="farmin go brrrr" +config/features=PackedStringArray("4.6", "Forward Plus") +config/icon="res://icon.svg" + +[physics] + +3d/physics_engine="Jolt Physics" + +[rendering] + +rendering_device/driver.windows="d3d12" diff --git a/world.tscn b/world.tscn new file mode 100644 index 0000000..aa1e042 --- /dev/null +++ b/world.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://cwvpxe4eb0ebf"] + +[node name="Node2D" type="Node2D" unique_id=1841391311]