add some extra assets FX and SFX
This commit is contained in:
@@ -87,7 +87,7 @@ public class hoverBoardWayPointsEditor : Editor
|
||||
EditorGUI.BeginChangeCheck ();
|
||||
|
||||
oldPoint = currentWaypoint.position;
|
||||
var fmh_90_52_638979118401552573 = Quaternion.identity; newPoint = Handles.FreeMoveHandle (oldPoint, points.handleRadius, new Vector3 (.25f, .25f, .25f), Handles.CircleHandleCap);
|
||||
var fmh_90_52_639102822662689827 = Quaternion.identity; newPoint = Handles.FreeMoveHandle (oldPoint, points.handleRadius, new Vector3 (.25f, .25f, .25f), Handles.CircleHandleCap);
|
||||
|
||||
if (EditorGUI.EndChangeCheck ()) {
|
||||
Undo.RecordObject (currentWaypoint, "move Hover Board Way Point Free Handle" + i);
|
||||
|
||||
Reference in New Issue
Block a user