We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6000bcb commit c7a991eCopy full SHA for c7a991e
1 file changed
arcade/__init__.py
@@ -246,6 +246,8 @@ def configure_logging(level: Optional[int] = None):
246
'TextureAnimation',
247
'TextureKeyframe',
248
'ArcadeContext',
249
+ 'CameraData',
250
+ 'Camera2D',
251
'ControllerManager',
252
'FACE_DOWN',
253
'FACE_LEFT',
@@ -352,6 +354,7 @@ def configure_logging(level: Optional[int] = None):
352
354
'make_soft_circle_texture',
353
355
'make_soft_square_texture',
356
'open_window',
357
+ 'OrthographicProjectionData',
358
'print_timings',
359
'play_sound',
360
'read_tmx',
0 commit comments