mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-03-18 21:50:33 +01:00
Update src/Map/Editor/EditorSprites.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ class EditorPlatform(pygame.sprite.Sprite):
|
||||
self.rect = pygame.Rect(x, y, width, height)
|
||||
# Create surface for drawing
|
||||
self.image = pygame.Surface((width, height))
|
||||
self.image.fill((150, 75, 0)) # Green color for platforms
|
||||
self.image.fill((150, 75, 0)) # Brown color for platforms
|
||||
|
||||
# Store original dimensions
|
||||
self.width = width
|
||||
|
||||
Reference in New Issue
Block a user