1

How can I an image as the background in my ursina project. I know I can change the color of the background by using window.color = color.light_gray for example. But how do I use an image?

Henry Ecker
  • 34,399
  • 18
  • 41
  • 57
KLag
  • 11
  • 2

1 Answers1

3

Try

Sky(texture="texture_name")
Henry Ecker
  • 34,399
  • 18
  • 41
  • 57