So, I'm making a restart function
Here is the pseudo code
If game over, layer "restart" visible
If on layer restart and press "Yes", restart layout
If on layer restart and press "No", go to game over layout
The No function works well, but the Yes simply not functioning, it does nothing
Any solution?