Code cleanup
Added some todo's
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user