Closed danazor closed 1 month ago
Do you have the chance to add a few more colors for 3x painting? you can edit json file, you can see it in folder bot/points3x and add more x3 spaces with colors Can it paint in the color we want, only in the area we specify the coordinates? for now you can use that file, but it has a little bit another logic, will add that mode Can it write how many points we earned after the painting process? will add it a little bit later
Do you have the chance to add a few more colors for 3x painting? you can edit json file, you can see it in folder bot/points3x and add more x3 spaces with colors Can it paint in the color we want, only in the area we specify the coordinates? for now you can use that file, but it has a little bit another logic, will add that mode Can it write how many points we earned after the painting process? will add it a little bit later
thx for your reply. I'll try to edit json file. Also one more request :)
I think the time between 2 paintings is fixed (like 5, 30 seconds). I want to reduce this time during busy hours. It doesn't work very well for a long time in both lag and crowded environments.
Where can I change this value?
Thank you
"topRight": [373, 377] and "bottomLeft": [398, 629] mean right=X, left=Y corrdinates? @vadymfedorets
topRight [x, y] bottomLeft [x, y] but it a little bit messed up for now, just make a rectangle and while writing coords make sore that topRight.x < bottomLeft.x and topRight.y < bottomLeft.y
topRight [x, y] bottomLeft [x, y] but it a little bit messed up for now, just make a rectangle and while writing coords make sore that topRight.x < bottomLeft.x and topRight.y < bottomLeft.y
got it thanks
Hello there! I had a few suggestions. Maybe you can evaluate them.
example: Painted xxx yyy with random color #000000 (12pts) Painted xxx yyy with random color #000000 (4pts)
Thank you for your efforts.