-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Support multiple sleeping places & more #3
Comments
This is almost entirely impossible without a preset of elements as there is no way of telling which element is a container, has an outline border for her to sleep on, or if she is covering anything else, similarly to how the progress bar was used. If you still want to do this, then I guess the only way is to suggest which specific place you would want her to sleep on and I'll look into it. Randomly picking a couch is a better idea though, I do like that since it adds a bit of fun to see where she's going to sleep. |
I think it would be atleast nice to customize the position in which Neko sleeps on the progress bar. // Make the cat sleep on the progress bar
mousePosX = progressBarRight - 16;
mousePosY = progressBarTop - 8;
|
That's a good idea actually, and I already have an idea on how to go about it. |
An example of this in use can be seen in #2.
The text was updated successfully, but these errors were encountered: