From 5814a1fdeec9d009c210fec5f01e1a509ce7bd76 Mon Sep 17 00:00:00 2001 From: Daanish Date: Fri, 3 Apr 2026 02:53:01 +0100 Subject: [PATCH] Final commit (i think) --- game/hud/upgrades.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 game/hud/upgrades.rb diff --git a/game/hud/upgrades.rb b/game/hud/upgrades.rb new file mode 100644 index 0000000..5a99e07 --- /dev/null +++ b/game/hud/upgrades.rb @@ -0,0 +1,4 @@ +class Upgrades + # I would do this, but I don't have time to make the artwork for it, so let's just make it a placeholder that doesn't do anything + # +end \ No newline at end of file