Added building structure

Created harvester building
added harvester particles
added nearest resource func
This commit is contained in:
2024-03-11 07:56:22 -05:00
parent d74bfda9a3
commit 4b362fabed
9 changed files with 70 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://7threw5x5tw6"]
[ext_resource type="Script" path="res://data/buildings/building_methods.gd" id="1_ll4rt"]
[node name="BuildingMethods" type="Node2D"]
script = ExtResource("1_ll4rt")