“python trouver l'image à l'écran” Réponses codées

python trouver l'image à l'écran

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 Recherchez l'image à l'écran

#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

Réponses similaires à “python trouver l'image à l'écran”

Questions similaires à “python trouver l'image à l'écran”

Plus de réponses similaires à “python trouver l'image à l'écran” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code