text.Draw(screen,"Your lasso is too big!",g.scoreFont,constant.ScreenWidth/2-100,constant.ScreenHeight/2-32,color.RGBA{255,12,26,255})
}
ifg.IsGameOver()==true{
ifg.nextLevel(){
ifg.currentLevel+1==len(g.levels){
text.Draw(screen,"Well Done, you won with the score: "+strconv.Itoa(g.currentScore.Value),g.scoreFont,constant.ScreenWidth/2-50,constant.ScreenHeight/2+132,color.RGBA{53,223,26,255})