From d577b97d4817762a1a77349ffbf08e4b7ce33902 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 27 Aug 2026 22:05:38 -0700 Subject: wizard --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 21460bd..9c702a8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -103,7 +103,7 @@ impl App { if self.input_manager.pressed(Input::Action5) { sim.create_entity(EntityDef::from_sprite( self.input_manager.world_mouse_pos, - "assets/sprites/chair", + "assets/sprites/wizard", None, )); } -- cgit v1.3.1