Gameplay de la recherche dans les dossiers #44

Merged
CoCo_Sol merged 32 commits from directory-search into main 2023-10-30 00:49:00 +00:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 9d3678d713 - Show all commits

Binary file not shown.

Binary file not shown.

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)