Skip to content

Commit

Permalink
Remove arcade.camera.*Data from arcade.__all__ per Discord discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Apr 16, 2024
1 parent ee9ccf4 commit 58bdfcd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arcade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ def configure_logging(level: Optional[int] = None):
from .draw_commands import get_image
from .draw_commands import get_pixel

from .camera import CameraData
from .camera import OrthographicProjectionData
from .camera import Camera2D

# We don't have joysticks game controllers in headless mode
Expand Down Expand Up @@ -246,7 +244,6 @@ def configure_logging(level: Optional[int] = None):
'TextureAnimation',
'TextureKeyframe',
'ArcadeContext',
'CameraData',
'Camera2D',
'ControllerManager',
'FACE_DOWN',
Expand Down Expand Up @@ -354,7 +351,6 @@ 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 58bdfcd

Please sign in to comment.