Receiver works, probably

This commit is contained in:
2025-05-02 12:19:58 -05:00
parent 30bf202118
commit 516e9d537b
15 changed files with 139 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
extends Node2D
class_name EnergyAcceptor
func energize(energy: float, position: Vector2):
print("Energy received: ", energy)
func deplete():
print("Depleted")

View File

@@ -0,0 +1 @@
uid://dlvp76hruxh7u