Sakura Beta v2.h

pull/13/head
Ishaan Bhardwaj 2021-01-02 12:36:26 -05:00
parent 3676f7697c
commit aef5d88d3f
1 changed files with 2 additions and 2 deletions

View File

@ -286,9 +286,9 @@ function SakuraGame:checkRequirements()
if self.maps_cleared >= 14 + 2 * (self.current_map - 20) and
self.map_20_time <= frameTime(8,00) - frameTime(0,30) * (self.current_map - 20)
then
return true
return false
end
return false
return true
end
function SakuraGame:getGravity()