I recently started playing around with Ursina engine for python and i would like to change scene for a game i am working on.
Basically, i would like to do what it shown in this video (made with kivy): https://www.youtube.com/watch?v=xaYn4XdieCs
I tried creating a class which inherit from scene and then passing that as the parent arguments but i keep getting errors when creating the "scene" object.
Is there an easy way to reproduce that video?
Thx!