Skip to content

Commit ee9ccf4

Browse files
committed
Add Camera2D + arg classes to arcade.__all__
1 parent 7b6c27a commit ee9ccf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arcade/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ def configure_logging(level: Optional[int] = None):
246246
'TextureAnimation',
247247
'TextureKeyframe',
248248
'ArcadeContext',
249+
'CameraData',
250+
'Camera2D',
249251
'ControllerManager',
250252
'FACE_DOWN',
251253
'FACE_LEFT',
@@ -352,6 +354,7 @@ def configure_logging(level: Optional[int] = None):
352354
'make_soft_circle_texture',
353355
'make_soft_square_texture',
354356
'open_window',
357+
'OrthographicProjectionData',
355358
'print_timings',
356359
'play_sound',
357360
'read_tmx',

0 commit comments

Comments
 (0)