Implement hint system and music mute. #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kistaro/chameleonic:hintsystem"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Minor changes, then approved
@ -1707,0 +1728,4 @@
-->8
--hint system
function gsv(s)
Should be in the general utility functions section.
Done.
@ -1707,0 +1760,4 @@
local lh = self[rec[1]]
if not lh then
lh = {rec}
self[rec[1]] = lh
This bit can be golfed more but I don't care.
Trimmed
Updated for feedback. Additionally, added a feature: hold the mouse to make it print an "X" and the mouse coordinates at the mouse location. This will make it less annoying to find hint locations. To disable this, comment out the
poke
in hints:init. (Optionally comment out theif stat(34) != 0
block nhints:draw2
, but stat(34) will always be 0 if devkit mode is not enabled.