0

I'm new to use Ursina engine and I think is very well, but i wish to use built-in texture:

load_texture('texture_name')

but for now I only found 'withe_cube', is not very much, isn't it?

Please, where or how can I find a built-in texture names list?

EMILIO
  • 267
  • 1
  • 2
  • 8

1 Answers1

1

There's a list of all of them here: https://www.ursinaengine.org/cheat_sheet_dark.html#textures

You could also go to {Where you installed python}/Python/Lib/site-packages/ursina/textures/ on your system to find all the images.

pokepetter
  • 1,383
  • 5
  • 8