Separate logic into class files

This commit is contained in:
Quinn
2021-12-26 20:57:41 -08:00
parent b6116b67fb
commit a66ea9feee
5 changed files with 178 additions and 172 deletions
+6 -5
View File
@@ -1,7 +1,8 @@
{
"picoFile":"qphys.p8",
"sources":[
"main.lua"
]
"picoFile":"qphys.p8",
"sources":[
"vec2.lua",
"ball.lua",
"main.lua"
]
}