vjodar / gauntlet

OSRS Gauntlet Demake in 2d
3 stars 0 forks source link

Refactor resourceNodes.lua to load all sprite files at the start of the game instead of during a playthrough #3

Closed vjodar closed 2 years ago

vjodar commented 2 years ago

Currently, sprites get pulled from disk when a room is loaded during a playthrough. All sprites should be written to memory when the game first boots, customarily through a load() function.

vjodar commented 2 years ago

Closed with commit #41: "ResourceNode sprites now load at startup"