This commit is contained in:
Anuken
2020-07-31 11:34:53 -04:00
parent 2510b09201
commit acfd18ab7b
3 changed files with 24 additions and 20 deletions

View File

@@ -87,6 +87,10 @@ public class Renderer implements ApplicationListener{
}
}
public boolean isLanding(){
return landTime > 0;
}
public float weatherAlpha(){
return weatherAlpha;
}