Fix taille des assets dans le boss fight

This commit is contained in:
Raphaël 2023-11-04 15:30:55 +01:00
parent ed3fbefdc5
commit cdacf75e96

View file

@ -187,7 +187,7 @@ def __create_zone_attack(world: World):
) )
yield animation.wait() yield animation.wait()
entity.destroy() entity.destroy()
for i in range(10): for i in range(8):
projectiles = world.new_entity() projectiles = world.new_entity()
projectiles.set( projectiles.set(
@ -229,7 +229,7 @@ def __create_zone_attack(world: World):
for entity in world.query(ZoneAttack): for entity in world.query(ZoneAttack):
entity.destroy() entity.destroy()
for _z in range(2): for _z in range(2):
for i in range(10): for i in range(8):
projectiles = world.new_entity() projectiles = world.new_entity()
projectiles.set( projectiles.set(