mdo пре 1 година
родитељ
комит
90e5cf102e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      jogai/scene.py

+ 1 - 0
jogai/scene.py

@@ -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