diff options
Diffstat (limited to 'src/controllers')
| -rw-r--r-- | src/controllers/fish.moon | 4 |
1 files changed, 2 insertions, 2 deletions
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} |
