Skip to content

Update step_10.rst - Camera line is incorrect#2651

Merged
einarf merged 1 commit intopythonarcade:developmentfrom
osm3000:patch-1
Apr 24, 2025
Merged

Update step_10.rst - Camera line is incorrect#2651
einarf merged 1 commit intopythonarcade:developmentfrom
osm3000:patch-1

Conversation

@osm3000
Copy link
Contributor

@osm3000 osm3000 commented Apr 24, 2025

Very simple fix, to change:

self.gui_camera = arcade.SimpleCamera(viewport=(0, 0, width, height))

to

self.gui_camera = arcade.Camera2D()

since there is no SimpleCamera

Very simple fix, to change:

```
self.gui_camera = arcade.SimpleCamera(viewport=(0, 0, width, height))
```
to 
```
self.gui_camera = arcade.Camera2D()
```

since there is no `SimpleCamera`
@einarf
Copy link
Member

einarf commented Apr 24, 2025

Thanks!

@einarf einarf merged commit 861f1e2 into pythonarcade:development Apr 24, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants