From 0b24fdebd058b743db7083e54f0094b12d595949 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 29 Aug 2023 23:09:56 +0100 Subject: [PATCH] teleporters are on the ground --- .../the-dungeon-puzzlers-lament/src/game/simulation/animation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/the-dungeon-puzzlers-lament/src/game/simulation/animation.rs b/examples/the-dungeon-puzzlers-lament/src/game/simulation/animation.rs index 1fb03bbe..316804f4 100644 --- a/examples/the-dungeon-puzzlers-lament/src/game/simulation/animation.rs +++ b/examples/the-dungeon-puzzlers-lament/src/game/simulation/animation.rs @@ -127,6 +127,7 @@ impl RenderCache { | Item::SpikesDown | Item::SpikesUp | Item::Ice + | Item::Teleporter ) { score += 100000; }