“Python Найти изображение на экране” Ответ

Python Найти изображение на экране

Make a list of IMGs that are to be drawn and get the wanted IMG at the correct index (DUH)

If you dont have a list of imgs and just drawing one then just use that IMG

There is also another way to get an IMG on the screen if you have to crop it, for that though
watch DafluffyPotato's video one Youtube called 'custom text system in Pygame'

Link: https://www.youtube.com/watch?v=Lh-cc5qzDqk
Victorious Vulture

Python ищите изображение на экране

#THIS IS FOR PYGAME USERS
#List of images on the screen to be rendered
Images = [Image_1, Image_2, _Image_3]

for image in Images:
    if image == CONDITION or if image in Images:
        #Do something
Victorious Vulture

Ответы похожие на “Python Найти изображение на экране”

Вопросы похожие на “Python Найти изображение на экране”

Больше похожих ответов на “Python Найти изображение на экране” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования