mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-08 02:15:16 -05:00
slime rotates networked
This commit is contained in:
@@ -6,8 +6,8 @@ public class AerialGlidingState : AerialBaseState
|
||||
{
|
||||
bool rotateGlider = false;
|
||||
|
||||
Vector3 gliderInitialPos = new Vector3(0,.0058f,-.0014f);
|
||||
Vector3 gliderInitialRot = new Vector3(80,-180,0);
|
||||
Vector3 gliderInitialPos = new Vector3(0,0.0059f,-0.0023f);
|
||||
Vector3 gliderInitialRot = new Vector3(85,-180,0);
|
||||
|
||||
Vector3 gliderEndPos = new Vector3(0,.0355f,.0037f);
|
||||
Vector3 gliderEndRot = new Vector3(0,-180f,0);
|
||||
|
||||
Reference in New Issue
Block a user