In-game ram watch mod + upgraded jukebox (#225)

* new mods

* Torch
This commit is contained in:
petrie911
2024-05-01 19:57:50 -05:00
committed by GitHub
parent d2436e5850
commit 926677aa6c
7 changed files with 591 additions and 11 deletions
+6
View File
@@ -1726,8 +1726,14 @@ void Play_Draw(void) {
#if MODS_FPS_COUNTER == 1
Play_RenderFps();
#endif
#if MODS_OBJECT_RAM == 1
ObjectRam_Update();
#endif
}
#if MODS_FPS_COUNTER == 1
#include "../mods/fpscounter.c"
#endif
#if MODS_OBJECT_RAM == 1
#include "../mods/object_ram.c"
#endif