diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-09-13 18:23:56 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-09-13 18:24:08 +0200 | 
| commit | cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e (patch) | |
| tree | b641745ab143427fe293d8c2069ec1e7fbf88b6a /pixel-client | |
| parent | e788c66c039e74c9ce1d51646c6b2f42113be20f (diff) | |
| download | hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar.bz2 hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar.zst | |
rename raw-steak-crate and fix settings category hook
Diffstat (limited to 'pixel-client')
| -rw-r--r-- | pixel-client/assets/tiles.ini | 2 | ||||
| -rw-r--r-- | pixel-client/src/menu/background.rs | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/pixel-client/assets/tiles.ini b/pixel-client/assets/tiles.ini index 2d770b6a..f07840f8 100644 --- a/pixel-client/assets/tiles.ini +++ b/pixel-client/assets/tiles.ini @@ -36,7 +36,7 @@ path=path  tree=tree  tomato-crate=crate_back,tomato~x12~y6,tomato~x1~y13,tomato~x16~y20,crate_front -raw-steak-crate=crate_back,steak_raw~x2~y13,crate_front +steak-crate=crate_back,steak_raw~x2~y13,crate_front  flour-crate=crate_back,flour~y19,flour~x11~y22,flour~x10~y5~hflip,crate_front  leek-crate=crate_back,leek~x6~y12,leek~x6~y3,leek~x2~y18,leek~x7~y17~hflip,leek~x10~y10,crate_front  rice-crate=crate_back,rice~x2~y12,rice~x10~y5,crate_front diff --git a/pixel-client/src/menu/background.rs b/pixel-client/src/menu/background.rs index 9f385d38..84ec3f34 100644 --- a/pixel-client/src/menu/background.rs +++ b/pixel-client/src/menu/background.rs @@ -37,7 +37,7 @@ impl MenuBackground {              &[                  "floor",                  "tomato-crate", -                "raw-steak-crate", +                "steak-crate",                  "table",                  "chair",                  "counter", | 
