Skip to content

Commit

Permalink
Delete SimpleCamera (pythonarcade#2054)
Browse files Browse the repository at this point in the history
* Remove SimpleCamera from arcade.camera's __init__.py

* Remove arcade/camera/simple_camera.py

* Update platformer tutorial step 7's .rst to account for Camera2D changes

* Use consistent code style for the class in step 7
  • Loading branch information
pushfoo authored Apr 8, 2024
1 parent 349fa82 commit 6687fa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 421 deletions.
2 changes: 0 additions & 2 deletions arcade/camera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from arcade.camera.orthographic import OrthographicProjector
from arcade.camera.perspective import PerspectiveProjector

from arcade.camera.simple_camera import SimpleCamera
from arcade.camera.camera_2d import Camera2D

import arcade.camera.grips as grips
Expand All @@ -28,7 +27,6 @@
'OrthographicProjector',
'PerspectiveProjectionData',
'PerspectiveProjector',
'SimpleCamera',
'Camera2D',
'grips'
]
Loading

0 comments on commit 6687fa0

Please sign in to comment.