Double Date Balls (#396)

* al l anims done yay

* make balls follow paths

added FollowPath objects

* added 2 grass and changed sky

* make balls rotate

todo: shadows

* complete SuperCurve

add dropshadows
add weasel hit

* make football stop dropshadow when hit

* finish animation

add scrolling clouds

* tint shader

* oops

* slow down clouds

---------

Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
This commit is contained in:
minenice55
2023-04-22 15:20:01 -04:00
committed by GitHub
parent 0dc520709d
commit 2272416fa7
35 changed files with 22660 additions and 661 deletions

View File

@ -270,7 +270,7 @@ namespace HeavenStudio.Games
}
}
private void OnDrawGizmos() {
protected void OnDrawGizmos() {
Gizmos.color = Color.magenta;
Gizmos.DrawWireCube(Vector3.zero, new Vector3(17.77695f, 10, 0));
}