So i cant really import an image as a background

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Cameron_spencer

So not exactly the smartest of coders but i really have to import a image into the background of a scene

:bust_in_silhouette: Reply From: jgodfrey

You didn’t specify what problem you’re having. Basically, you’d do something like:

  • Create your image however you want
  • Drag it into your Godot project, which will automatically import it
  • Add a TexutreRect to your scene
  • Drag the imported image into the Texture property of the TextureRect
  • Season to taste…