-
Notifications
You must be signed in to change notification settings - Fork 0
Sprite objects
Dr_Coomer edited this page Nov 11, 2024
·
1 revision
x1:int #First value of the first ordered pair
y1:int #Second value of the first ordered pair
x2:int #First value of the second ordered pair
y2:int #Second value of the second ordered pair
color:int=[0,0,0] #Red, Green, Blue
width:int=2 #Width of the line
style:str="solid" #"solid" for a solid line, "dash" for a dashed linedelete() #deletes the objectx:int
y:int
width:int
height:int
color:int=[0,0,0] #Red, Green, Blue
filled:bool=True
edge_width:int=2 #Only relevant when filled is Falsedelete() #deletes the object