-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dr_Coomer edited this page Nov 12, 2024
·
2 revisions
game_framework() Returns a game_framework object.
Creates a window.
spawn_window(width:int, height:int, resizable:bool=False, title:str="")Returns nothing.
About the same as calling exit(), but will properly clean up the window.
stop_game()Returns nothing.
window_resolution() Returns (x:int,y:int)
Takes a string of length one, a single character.
is_key_down(key:str) Returns bool
create_line(x1:int, y1:int, x2:int, y2:int, color:int=[0,0,0], width:int=2, style:str="solid")