Pygame : Camera introduction - Using Camera Class

Publié le: 01 janvier 1970
sur la chaîne: game102
515
18

This Python written codes contain some classes for applying Camera to your game.

from Camera import Camera

create instance by specifying ...
self.all_sprites = Camera ( )

Different types of Camera :
1) move Camera with player always at the center ;
2) When player near boundary , Camera starts to follow ;
3) Keyboard driven, by assigning keys and can move camera around ;
4) Adventure game type, when moving to the edge of screen, update the player position to the center ;
.....

How to Use ? import and create an instance ;
from camera_class import CameraZSort

camera = CameraZSort();

https://github.com/ckcheung102/Camera...


Sur cette page du site, vous pouvez voir la vidéo en ligne Pygame : Camera introduction - Using Camera Class durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur game102 01 janvier 1970, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 515 fois et il a aimé 18 téléspectateurs. Bon visionnage!