Im making a text appear when the player is in collision with a panel.
When the text appear, I change it to a variable that is store in the panel.
So when the player hit a panel, a text appear with the text store in the variable of the panel the player is in collision with.
Im doing this way so whenever the player hit a new panel, I can change the text variable of each panel so the text appear depend what panel he hit. So far it work well.
Here is the Gdevelop part : http://prntscr.com/idio3o
But what Im trying to do is to insert new line in the text that appear.
So in the text variable of the pannel Im doing something like : "test"+NewLine()+"test2"
But it make this : http://prntscr.com/idimvw
Is there any way to fix this ?