From 8aa3ca4444395aa4b448835eef5db86cdeaac77f Mon Sep 17 00:00:00 2001 From: Kiri Date: Sun, 27 Aug 2023 18:59:29 -0700 Subject: [PATCH] Did the inventory sprite. --- TODO.md | 4 ++-- zscript.zs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 2deaa80..df60849 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ x Makefile for building assets x On/Off switch - README file -- Pickup sprites +x Pickup sprites - Battery usage x Brightmaps -- In-inventory sprite +x In-inventory sprite diff --git a/zscript.zs b/zscript.zs index f614036..ee91735 100644 --- a/zscript.zs +++ b/zscript.zs @@ -15,7 +15,7 @@ class GretchenCounter : HDWeapon weapon.selectionorder 1014; scale 0.6; - inventory.icon "SARGF1"; + inventory.icon "KGCPA0"; inventory.pickupmessage "Picked up a Gretchen Counter."; inventory.pickupsound "derp/crawl"; translation 0;