How do I create an outline for an object?

Hi! I’m very new to making games and just found GDevelop, so I don’t know how anything works. I’m trying to make it so that my image gets an outline when I hover my cursor on it, but I can only seem to find an outline function for text.

My game is an escape room, where you first start off with the birdsview of the room and if you hover on one of the walls, it gets a white outline. If you click on it, it’s supposed to change to a scene where you see only that wall from the front.

This is the birdsview:
room

And when you click on for example the left wall, it’s supposed to change to a zoomed in picture of the left wall (I can only put one image in the post, so sadly I can’t show it)

I have no idea how to achieve this (mainly the outline of the birdsview), so I would be really grateful if someone could help me : D

You can double click on your wall sprite and add the Outline effect to it. You can also play with the Glow effect to see if this is effect you want. Alternatively you can draw the outline yourself in Photoshop and add it as an alternate animation when you hover over the wall.

1 Like

Thanks! Is there any way I can turn off the anti-aliasing for the outline effect?