“Python finden Sie Bild auf dem Bildschirm” Code-Antworten

Python finden Sie Bild auf dem Bildschirm

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 -Look auf dem Bildschirm auf dem Bild des Bildschirms

#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

Ähnliche Antworten wie “Python finden Sie Bild auf dem Bildschirm”

Fragen ähnlich wie “Python finden Sie Bild auf dem Bildschirm”

Weitere verwandte Antworten zu “Python finden Sie Bild auf dem Bildschirm” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen