Skip to content

Commit

Permalink
Add Camera2D + arg classes to arcade.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Apr 9, 2024
1 parent 47c87d1 commit 2623830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arcade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ def configure_logging(level: Optional[int] = None):
'TextureAnimation',
'TextureKeyframe',
'ArcadeContext',
'CameraData',
'Camera2D',
'ControllerManager',
'FACE_DOWN',
'FACE_LEFT',
Expand Down Expand Up @@ -352,6 +354,7 @@ def configure_logging(level: Optional[int] = None):
'make_soft_circle_texture',
'make_soft_square_texture',
'open_window',
'OrthographicProjectionData',
'print_timings',
'play_sound',
'read_tmx',
Expand Down

0 comments on commit 2623830

Please sign in to comment.