Ursina is the best game engine, just try it once
Today I will introduce you to Entity and Text
Like this video be sure subscribe
Don't worry this series will goon for a long time
** BE MY FRIEND **
Gmail - [email protected]
** ABOUT ME **
I am Pratangsu, a devoloper
** ABOUT THE CHANNEL **
My channel focuses for development of ursina, unity, etc.
TOPICS IN THIS VIDEO
• Ursina
• Entity
HASHTAGS
#Ursina
#Entity
VIDEO OUTLINE
'''
from ursina import *
app = Ursina()
obj1 = Entity(model='cube',
rotation=(45, 45, 45),
color=color.rgb(255, 0, 0),
position=(3, 3, 3),
scale=(2, 1, 2))
txt1 = Text(text='hello world',
color=color.green,
scale=(2, 2))