Fix bug again

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:21:27 +07:00
parent 6df93eb298
commit e9757ccb3c
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ function SCENE:render() end
function SCENE:onInputMove(e) end
function SCENE:onInputPress(e) end
function SCENE:onInputDrag(e) end
function SCENE:onInputRelease(e) end
GameScene = require "scene.game"