From e0201e044482b1a577dac7574bb56d44a20bf011 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 20:54:33 +0200 Subject: add tram player class --- pixel-client/src/game.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixel-client/src') diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index f34920dc..32760364 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -498,7 +498,7 @@ impl Player { ctx.draw_world( match self._class { PlayerClass::Chef | PlayerClass::Bot => &ctx.misc_textures.chef, - PlayerClass::Customer => &ctx.misc_textures.customer, + _ => &ctx.misc_textures.customer, } .at(self.movement.position), ); -- cgit v1.2.3-70-g09d2