changeset 11620 | d5b205f00ac7 |
parent 11618 | 66880a42c2d7 |
child 11628 | 515d2d38ab8b |
11619:3c959df6638e | 11620:d5b205f00ac7 |
---|---|
676 end |
676 end |
677 |
677 |
678 function getActualHeight(height) |
678 function getActualHeight(height) |
679 return 32640-height |
679 return 32640-height |
680 end |
680 end |
681 |
|
682 function onAchievementsDeclaration() |
|
683 for teamname, score in pairs(teamBests) do |
|
684 DeclareAchievement("height reached", teamname, "ClimbHome", score) |
|
685 end |
|
686 end |