From 5846a4fea8d6a993466a792977128d21a18587bc Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Sun, 26 Jan 2025 15:12:19 -0600 Subject: Actual final commit --- src/controllers/fish.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/controllers/fish.moon') diff --git a/src/controllers/fish.moon b/src/controllers/fish.moon index 3c829f3..dc3b1e9 100644 --- a/src/controllers/fish.moon +++ b/src/controllers/fish.moon @@ -7,7 +7,7 @@ controller = {} class FishControllerComponent extends ecs.Component new: () => - print("Fish controller started") + --print("Fish controller started") @node = am.group! join: (entity) => super(entity) @@ -74,6 +74,6 @@ class FishControllerComponent extends ecs.Component @net.properties.next_loc_time = world.sync_time! --@net.properties.next_loc = @net.properties.pos + vec2(0,1) --@net.properties.next_loc_time = world.sync_time! - print("Picking next location, it was ", @net.properties.next_loc) + --print("Picking next location, it was ", @net.properties.next_loc) {:FishControllerComponent} -- cgit v1.2.3-70-g09d2