Closed ryanford closed 7 years ago
Can one of the admins verify this patch? Type 'test' in a comment to start test.
Can one of the admins verify this patch? Type 'test' in a comment to start test.
Can one of the admins verify this patch? Type 'test' in a comment to start test.
Can one of the admins verify this patch? Type 'test' in a comment to start test.
Can one of the admins verify this patch? Type 'test' in a comment to start test.
Can one of the admins verify this patch? Type 'test' in a comment to start test.
Can one of the admins verify this patch? Type 'test' in a comment to start test.
User error. Disregard
At some point in the tutorial the constants baseX and baseY become BASE_X and BASE_Y, so I just converted all references to them as the caps variant.
Also, the tutorial never initially creates explosion:main() function. So I changed the reference to it, as if it were being created at that point.
At the end, the Game Over text doesn't print with a console error that font:getScale() is nil. So tried to consult the docs which used it in the same way. font.getScale like a property seems to get the message to print, at least, maybe that's the correct way to call it?