You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Im looking to find some High Resolution reticle images (example:
)
-
What is the issue? Include screenshots / videos if possible!
I don’t know where to find these ones, the one i find are really low quality and i dont know how to make them myself
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Toolbox + Google, can’t find any High res ones.
2 Likes
I don’t know if you’ve tried this one yet, but I really recommend svgrepo, there’s a wide variety of icons and you just need to know how to look for them to find the perfect ones. Browse using keywords such as “aim” or “target” and you should be good. I’d advise you to also look at the licenses and try going for the CC0 ones, as they’re free to use and are the most convenient. Another good widget this site has is that it lets you edit the icons to your liking before downloading them, so you can customize them to your needs.
Hopefully this helps you out!
1 Like
Good site, might use for other stuff. But most icon websites are usually lowpoly/simple icons if you get what i mean. Sadly there is nothing.
1 Like
Im trying to find something like this, without all the stuff outside it. Just the reticle and a transparent background.
1 Like
- Make a frame with a transparent background
- Add a UI Corner in the frame, and set the corner radius to UDim.new(1, 0)
- Add a UIStroke in the frame
- Add another frame sized UDim2.fromOffset(2, 2) and place it at the center of the main frame
- Add a UICorner into the second frame
This way you can also animate it
2 Likes