Initial Commit
This commit is contained in:
9
game/space.py
Normal file
9
game/space.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from tkinter import *
|
||||
|
||||
# Main
|
||||
def main(canvas: Canvas):
|
||||
pass
|
||||
|
||||
# Loop
|
||||
def loop(deltatime: float):
|
||||
pass
|
||||
Reference in New Issue
Block a user