playing in browse
GnatCustard
Creator of
Recent community posts
good improvements, haven't crashed yet, but XP will sometimes sit well above the amount needed to level up until I kill the next orc, and I'll often have multiple times the XP needed to level up so it's kinda sad that it just disappears instead of rolling over to the next level. but overall great update
EDIT: did crash again, same spot when I try to open my chests
as a hobbyist Dev. I've had an idea for how to get pixel perfect data for mouse clicks that might help you some if you're interested:
as you render, go into a separate buffer and draw the same shape of the image but one solid "color" or at least just for things that have a click response... keep track of what color belongs to what object, then just test the "color" at the location of the mouse clicks and boom... effortless pixel perfect clicks... should work with any render method, even something complicated like 3D were bounding boxes and stuff are usually used which i think is a bit ehhh and im sure requires a bit more calculations.
just a general friendly suggestion that might help eventually even if not on this project :)