@@ -12,6 +12,7 @@ class Scene:
"""
A videogame scene with background color and an optional image.
+ # TODO: Add background as html color
_image = None
_rect = None