Audio stuff

This commit is contained in:
Starport75
2023-08-12 20:04:45 -05:00
parent ce71b400da
commit 5b3e46c5a7
4 changed files with 49 additions and 5 deletions

View File

@@ -9,9 +9,6 @@ int x, y;
void background_frame()
{
vid_vsync();
key_poll();
x += key_tri_horz();
y += key_tri_vert();