docs(readme): Added info about loading levels and controls #9

Merged
bedohswe merged 2 commits from n3tael/p3he:main into main 2024-04-07 11:06:30 +00:00
Showing only changes of commit f561ecc076 - Show all commits

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from numba import jit
from math import copysign, pi, acos from math import copysign, pi, acos
from time import time
import sys import sys
import pygame import pygame