We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it'd be pretty cool if tic had an emulated mouse cusor. An 8*8 sprite you could modify in the config.
The text was updated successfully, but these errors were encountered:
I remember discussion a month ago https://itch.io/t/69422/about-the-mouse
Sorry, something went wrong.
you can define cursor sprite in config.lua (color=0 used as transparency)
Perfectly implemented :)
also you can define mouse cursor sprite (foreground sprite) from LUA by calling poke(0x3FFB,index), it'll draw system cursor if index=0
poke(0x3FFB,index)
64K RAM layout -------------- 0000-SCREEN 3FC0-PALETTE 3FF0-PALETTE MAP 3FF8-BORDER COLOR 3FF9-SCREEN OFFSET 3FFB-MOUSE CURSOR SPRITE 3FFC-(reserved for future use) 4000-SPRITES 8000-MAP FF80-SOUND REGISTERS FFC8-PERSISTENT MEMORY
done in .24
nesbox
No branches or pull requests
I think it'd be pretty cool if tic had an emulated mouse cusor. An 8*8 sprite you could modify in the config.
The text was updated successfully, but these errors were encountered: