Thanks to @incrediblefinds199 for the idea/prompt to add bold text to a background.
You need to edit the prompt after the "Displays the name with" to change the background...
I'm not even familiar with javascript but this is simple enough if one wants to play around with it.
His original image for reference:
Aún no hay comentarios
¡Sé el primero en responder!
No comments yet.
Configuraciones de Creación
Prompts de texto
let sceneName = "THANK YOU!!!"; // The name to be displayed over the scene let overlayText = In bold neon letters, the name ${sceneName} floats above the landscape, glowing in shifting colors like a cosmic marquee.; console.log(overlayText); // Displays the name with a psychedelic style pool of rainbow ...