From c44b86bcd86762dcdf1268ebfd3be9899ccf24ba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 14 Aug 2024 21:40:30 +0200 Subject: pc: add itembubble and config save/load --- pixel-client/src/render/misc.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pixel-client/src/render/misc.rs') diff --git a/pixel-client/src/render/misc.rs b/pixel-client/src/render/misc.rs index 2197b89c..7a631154 100644 --- a/pixel-client/src/render/misc.rs +++ b/pixel-client/src/render/misc.rs @@ -25,6 +25,7 @@ pub struct MiscTextures { pub interact_target: Sprite, pub solid: Rect, pub clouds: Rect, + pub itembubble: Rect, } impl MiscTextures { @@ -39,6 +40,7 @@ impl MiscTextures { ), solid: *layout.get("solid+a").unwrap(), clouds: *layout.get("clouds+a").unwrap(), + itembubble: *layout.get("itembubble+a").unwrap(), } } } -- cgit v1.2.3-70-g09d2