Open
Description
from page https://docs.coronalabs.com/guide/programming/05/index.html
zip download url https://github.com/coronalabs/GettingStarted05/archive/master.zip
in GettingStarted05-master.zip
file main_original.lua
line 73: physics.addBody( ship, { radius=30 } )
should be: physics.addBody( ship, { radius=30, isSensor=true } )
While passing this user guide I occassionally dropped my own main_original.lua,
to cope with that I took that one from archive,
and after extracting these lines to game.lua as manual says,
I got a bug: the ship after the first collision with asteroid keeps impulse on the next life and drifts out of screen.
I've additionally checked, the chapter 4 zip also have the same bug in the same file.
Metadata
Metadata
Assignees
Labels
No labels