Changement du chemin pour l'animation

This commit is contained in:
Tipragot 2023-10-27 17:22:36 +02:00
parent 821ac27cef
commit bc7d7a00bd

View file

@ -58,7 +58,7 @@ def change_on_hover(world: World) -> None:
if Hover in entity: if Hover in entity:
entity.set( entity.set(
Texture( Texture(
f"anim/edmond_serch_directory/{(int(world[Time] * 60) % 270):04}.png" f"animations/search_directory/{(int(world[Time] * 60) % 270):04}.png"
) )
) )
entity.set(Offset(-48, -176)) entity.set(Offset(-48, -176))