-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
I think this camera_gui.match_window()
isn't properly working at the moment?
arcade/arcade/examples/minimap_texture.py
Lines 200 to 207 in 333ce6e
def on_resize(self, width: int, height: int): | |
""" | |
Resize window | |
Handle the user grabbing the edge and resizing the window. | |
""" | |
super().on_resize(width, height) | |
self.camera_sprites.match_window() | |
self.camera_gui.match_window() |
If I resize the window I get this - the GUI elements aren't placed correctly any more:

This is with latest dev version ( 333ce6e )
Arcade 3.0.0.rc3
----------------
vendor: Apple
renderer: Apple M3
version: (4, 1)
python: 3.13.1 (main, Dec 3 2024, 17:59:52) [Clang 16.0.0 (clang-1600.0.26.4)]
platform: darwin
pyglet version: 2.1.2
PIL version: 11.0.0
Metadata
Metadata
Assignees
Labels
No labels