update examples
This commit is contained in:
parent
4071263a59
commit
a33f4fcc9a
40 changed files with 232 additions and 321 deletions
|
@ -39,6 +39,8 @@ while not window_should_close(): # Detect window close button or ESC key
|
|||
|
||||
clear_background(RAYWHITE)
|
||||
|
||||
texture.width
|
||||
|
||||
draw_texture(texture, int(screenWidth/2 - texture.width/2), int(screenHeight/2 - texture.height/2), WHITE)
|
||||
|
||||
draw_text("this IS a texture loaded from an image!", 300, 370, 10, GRAY)
|
||||
|
|
Reference in a new issue