From dba5c79d5b326cabc9d773b95d229bc0e833387e Mon Sep 17 00:00:00 2001 From: Redstonedust653 Date: Sun, 14 Jun 2026 16:00:42 -0700 Subject: [PATCH] Added world.tscn --- icon.svg | 1 + project.godot | 24 ++++++++++++++++++++++++ world.tscn | 3 +++ 3 files changed, 28 insertions(+) create mode 100644 icon.svg create mode 100644 project.godot create mode 100644 world.tscn 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]