diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2025-01-26 15:12:19 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2025-01-26 15:12:19 -0600 |
| commit | 5846a4fea8d6a993466a792977128d21a18587bc (patch) | |
| tree | f1c53d194fc11af1f354be91a78472bdf467175c /src/spawn_fish.moon | |
| parent | c39ff632b46c179709101c5b50a061ebd723689f (diff) | |
| download | ggj25-5846a4fea8d6a993466a792977128d21a18587bc.tar.gz ggj25-5846a4fea8d6a993466a792977128d21a18587bc.tar.bz2 ggj25-5846a4fea8d6a993466a792977128d21a18587bc.zip | |
Actual final commit
Diffstat (limited to 'src/spawn_fish.moon')
| -rw-r--r-- | src/spawn_fish.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn_fish.moon b/src/spawn_fish.moon index 58c13d9..1e5628f 100644 --- a/src/spawn_fish.moon +++ b/src/spawn_fish.moon @@ -180,8 +180,8 @@ class FishPredictedComponent extends ecs.PredictedComponent @cc = entity\get("control") @pc = entity\get("phys") @ent = entity - print("Got graphic component:",@gc, @gc.node) - print("And my node is", @node) + --print("Got graphic component:",@gc, @gc.node) + --print("And my node is", @node) @gc.node\append(@node) s = @ @node\action(() => |
