Godot Version: 4.1.1
So I want my game to display a pop-up on windows. Like this one but with custom text.
I’ve searched for a tutorial on how to do this, but I haven’t found anything about it. Does anyone know how to do this?
Godot Version: 4.1.1
So I want my game to display a pop-up on windows. Like this one but with custom text.
I’ve searched for a tutorial on how to do this, but I haven’t found anything about it. Does anyone know how to do this?
You can use OS.alert()
for that.
Thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.