Explorar el Código

TODO note added to scene.

mdo hace 1 año
padre
commit
90e5cf102e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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