mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:47:38 +02:00
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:
@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user