Code cleanup

Added some todo's
This commit is contained in:
2024-01-28 21:50:11 +01:00
parent a824390566
commit a3269826bf
3 changed files with 19 additions and 33 deletions

View File

@@ -2,6 +2,8 @@ import pygame
import random as rand
class GameObject():
"""TODO Install a body array with positions of mainbody and adders"""
_size_rect_x:int
_size_rect_y:int
__movespeed = int()