소스 검색

TODO note added to scene.

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