Skip to content

Commit

Permalink
✨feature: Added the Camera model.
Browse files Browse the repository at this point in the history
  • Loading branch information
perquis committed Oct 20, 2023
1 parent a0a1dc3 commit c08f805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/models/Camera.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import pygame


class Camera(pygame.sprite.Group):
pass

0 comments on commit c08f805

Please sign in to comment.