loupe update

This commit is contained in:
CoCo_Sol 2023-10-29 23:00:09 +01:00
parent c2681326dd
commit 9d3678d713
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -184,7 +184,7 @@ def __attacks(world: World):
Position(position.screen_position(State.MOVING)), Position(position.screen_position(State.MOVING)),
Order(50), Order(50),
Centered(), Centered(),
Texture("attack_point.png"), Texture("loupe.png"),
) )
world[AttackTimer] = AttackTimer(0.0) world[AttackTimer] = AttackTimer(0.0)
world[AttackSpeed] = AttackSpeed(world[AttackSpeed] * 0.9) world[AttackSpeed] = AttackSpeed(world[AttackSpeed] * 0.9)