Browse Source

TODO note added to scene.

mdo 1 năm trước cách đây
mục cha
commit
90e5cf102e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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