branch | 0.9.22 |
changeset 12373 | 1e7a50e91d0c |
parent 11067 | c632b47b8ff0 |
child 12374 | d75c666e2d21 |
12372:3e4044f959a9 | 12373:1e7a50e91d0c |
---|---|
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 |