fix erreur time dans la fonction spike

This commit is contained in:
CoCo_Sol 2023-11-05 00:25:05 +01:00
parent 889dd62bdf
commit eae3f5392b

View file

@ -560,7 +560,7 @@ def __check_key_pressed(world: World):
if keys == "a":
world.new_entity().set(Coroutine(__create_zone_attack(world)))
if keys == "e":
world.new_entity().set(Coroutine(__create_spike(world, 5.0)))
world.new_entity().set(Coroutine(__create_spike(world)))
def __update_life_bar(world: World):