renforge_find_image_on_screen
Find a template image within a Ren'Py game screen and return its boundaries. Specify a template image path and optional search region to get pixel coordinates for UI testing or automation.
Instructions
Find a template image in the current frame and return its bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_x | No | ||
| region_y | No | ||
| threshold | No | ||
| max_matches | No | ||
| project_path | Yes | ||
| region_width | No | ||
| region_height | No | ||
| template_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||