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