How to confirm selection box of an actor - cookgreen/Yuris-Revenge GitHub Wiki
Tools you need
- Screenshot tool (If you use Windows 7 or above, the system may have the official screenshot tool)
- Graphic process program (like GIMP, Photoshop, even MS Painting)
How to
- take a screenshot of the actor you wish to confirm, make sure to get correct size
- use the graphic process program open the screenshot last step
- find size of the screenshot like the Width is 149px, height is 33px
- once you get the size of the screenshot, you can write the code like this:
Seletable:
Bounds: 149, 33
(PS: make sure you have the correct indent of the code)
We are done!