Skip to content

Commit 7b6c27a

Browse files
committed
Import the Camera2D + arg classes in arcade/__init__.py
1 parent 47fd3cb commit 7b6c27a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arcade/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ def configure_logging(level: Optional[int] = None):
140140
from .draw_commands import get_image
141141
from .draw_commands import get_pixel
142142

143+
from .camera import CameraData
144+
from .camera import OrthographicProjectionData
145+
from .camera import Camera2D
146+
143147
# We don't have joysticks game controllers in headless mode
144148
if not pyglet.options["headless"]:
145149
from .joysticks import get_game_controllers

0 commit comments

Comments
 (0)