You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: