-
Notifications
You must be signed in to change notification settings - Fork 216
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
[Feature request] Add control to adjust observer's size #111
Comments
For now, you may change the observer's size by either of the following:
"observer": {
"type": 5,
"c": {
"type": 1,
"x": 100, /*Some coordinates*/
"y": 100, /*Some coordinates*/
"exist": true
},
"r": 20,
"exist": true
}, and replace 20 by your desired radius in pixels. As for the feature request, I think maybe a good approach is to make observer an object so that the radius can be changed with a slider when selected, and it can also be duplicated to have multiple observers. But that requires a lot of code change and is not expected to be implemented in the near future. |
I will keep this open because a proper control in the UI itself for this functionality is still desired. |
The "Observer size" option is now available in Settings. |
Thank you for the great work. I think the observer's should be changeable.
The text was updated successfully, but these errors were encountered: